#431ca1

Color #431CA1 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #431CA1

Tints of Blue Gem #431CA1

Color information

#431CA1 (or 0x431CA1) is unknown color: approx Blue Gem. HEX triplet: 43, 1C and A1. RGB value is (67,28,161). Sum of RGB (Red+Green+Blue) = 67+28+161=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 161 (63.28% from 255 or 62.89% from 256); Max value from RGB is 161 - color contains mainly: blue. Hex color #431CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431CA1 is #BCE35E. Grayscale: #363636. Windows color (decimal): -12378975 or 10558531. OLE color: 10558531.

HSL color Cylindrical-coordinate representation of color #431CA1: hue angle of 257.59º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431CA1 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6728161-
CMYK0.580.8300.37
HSL257.59º70.37%37.06%-
HSV(B)257.59º82.61%63.14%-
XYZ9.164.634.12-
YUV54.82187.92136.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 26.17%
GREEN value IS 28 (11.33% from 255) = 10.94%
BLUE value IS 161 (63.28% from 255) = 62.89%
R=26.17%
G=10.94%
B=62.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal67281610.580.8300.37257.5970.3737.06
Hex431CA13A530251024625
Octal103342417212304540210645
Binary10000111110010100001111010101001101001011000000101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431ca1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431ca1; }

 p { color: rgb(67,28,161); }

 H1.HeaderClassName
 {
   color: #431ca1;
 }
 .AnyTagClassName
 {
   color: #431ca1;
 }
</style>
background-color css

<style>
 a { background-color: #431ca1; }

 a { background-color: rgb(67,28,161); }

 div.DivClassName
 {
   background-color: #431ca1;
 }
 .BgClassName
 {
   background-color: #431ca1;
 }
</style>
border-color css

<style>
 span { border-color: #431ca1; }

 span { border-color: rgb(67,28,161); }

 td.TdClassName
 {
   border-color: #431ca1;
 }
 .TagClassName
 {
   border-color: #431ca1;
 }
</style>