Html Css Color HEX #412DAA Blue Gem

📋 copy color: '#412DAA'

red 65 ◦ green 45 ◦ blue 170

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

Shades of Blue Gem #412DAA

Tints of Blue Gem #412DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.07%

 BLUE value IS 170 (66.8% from 255) = 60.71%

R = 23.21%
G = 16.07%
B = 60.71%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#412DAA (or 0x412DAA) is known color: Blue Gem. HEX triplet: 41, 2D and AA. RGB value is (65,45,170). Sum of RGB (Red+Green+Blue) = 65+45+170=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #412DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412DAA is #BED255. Grayscale: #404040. Windows color (decimal): -12505686 or 11152705. OLE color: 11152705.

HSL color Cylindrical-coordinate representation of color #412DAA: hue angle of 249.6º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412DAA is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 45 170 -
CMYK 0.62 0.74 0 0.33
HSL 249.6º 0.58% 0.42% -
HSV(B) 249.6º 0.74% 0.67% -
XYZ 10.37 5.9 38.62 -
YUV 65.23 187.13 127.84 -
System Red Green Blue C M Y K H S L
Decimal 65 45 170 0.62 0.74 0 0.33 249.6 0.58 0.42
Hex 41 2D AA 3E 4A 0 21 FA 3A 2A
Octal 101 55 252 76 112 0 41 372 72 52
Binary 1000001 101101 10101010 111110 1001010 0 100001 11111010 111010 101010

Color Harmonies of #412DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DAA

Black with #412DAA

Text Example


Text Example

White with #412DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,45,170); }

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

background-color css

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

 a { background-color: rgb(65,45,170); }

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

border-color css

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

 span { border-color: rgb(65,45,170); }

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