Html Css Color HEX #412AA9 Blue Gem

📋 copy color: '#412AA9'

red 65 ◦ green 42 ◦ blue 169

#412AA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #412AA9

Tints of Blue Gem #412AA9

RGB

 RED value IS 65 (25.78% from 255) = 23.55%

 GREEN value IS 42 (16.8% from 255) = 15.22%

 BLUE value IS 169 (66.41% from 255) = 61.23%

R = 23.55%
G = 15.22%
B = 61.23%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#412AA9 (or 0x412AA9) is known color: Blue Gem. HEX triplet: 41, 2A and A9. RGB value is (65,42,169). Sum of RGB (Red+Green+Blue) = 65+42+169=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 169 (66.41% from 255 or 61.23% from 276); Max value from RGB is 169 - color contains mainly: blue. Hex color #412AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412AA9 is #BED556. Grayscale: #3E3E3E. Windows color (decimal): -12506455 or 11086401. OLE color: 11086401.

HSL color Cylindrical-coordinate representation of color #412AA9: hue angle of 250.87º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412AA9 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 65 42 169 -
CMYK 0.62 0.75 0 0.34
HSL 250.87º 0.6% 0.41% -
HSV(B) 250.87º 0.75% 0.66% -
XYZ 10.17 5.64 38.09 -
YUV 63.36 187.62 129.17 -
System Red Green Blue C M Y K H S L
Decimal 65 42 169 0.62 0.75 0 0.34 250.87 0.6 0.41
Hex 41 2A A9 3E 4B 0 22 FB 3C 29
Octal 101 52 251 76 113 0 42 373 74 51
Binary 1000001 101010 10101001 111110 1001011 0 100010 11111011 111100 101001

Color Harmonies of #412AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412AA9

Black with #412AA9

Text Example


Text Example

White with #412AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412AA9; }

 p { color: rgb(65,42,169); }

 H1.HeaderClassName
 {
   color: #412AA9;
 }
 .AnyTagClassName
 {
   color: #412AA9;
 }
</style>

background-color css

<style>
 a { background-color: #412AA9; }

 a { background-color: rgb(65,42,169); }

 div.DivClassName
 {
   background-color: #412AA9;
 }
 .BgClassName
 {
   background-color: #412AA9;
 }
</style>

border-color css

<style>
 span { border-color: #412AA9; }

 span { border-color: rgb(65,42,169); }

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