Html Css Color HEX #412DAB Blue Gem

📋 copy color: '#412DAB'

red 65 ◦ green 45 ◦ blue 171

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

Shades of Blue Gem #412DAB

Tints of Blue Gem #412DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 23.13%
G = 16.01%
B = 60.85%

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

#412DAB (or 0x412DAB) is known color: Blue Gem. HEX triplet: 41, 2D and AB. RGB value is (65,45,171). Sum of RGB (Red+Green+Blue) = 65+45+171=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #412DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412DAB is #BED254. Grayscale: #404040. Windows color (decimal): -12505685 or 11218241. OLE color: 11218241.

HSL color Cylindrical-coordinate representation of color #412DAB: hue angle of 249.52º 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 #412DAB is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 45 171 -
CMYK 0.62 0.74 0 0.33
HSL 249.52º 0.58% 0.42% -
HSV(B) 249.52º 0.74% 0.67% -
XYZ 10.47 5.94 39.12 -
YUV 65.34 187.63 127.75 -
System Red Green Blue C M Y K H S L
Decimal 65 45 171 0.62 0.74 0 0.33 249.52 0.58 0.42
Hex 41 2D AB 3E 4A 0 21 FA 3A 2A
Octal 101 55 253 76 112 0 41 372 72 52
Binary 1000001 101101 10101011 111110 1001010 0 100001 11111010 111010 101010

Color Harmonies of #412DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412DAB

Black with #412DAB

Text Example


Text Example

White with #412DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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