Html Css Color HEX #412D8E Blue Gem

📋 copy color: '#412D8E'

red 65 ◦ green 45 ◦ blue 142

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

Shades of Blue Gem #412D8E

Tints of Blue Gem #412D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.35%

R = 25.79%
G = 17.86%
B = 56.35%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#412D8E (or 0x412D8E) is known color: Blue Gem. HEX triplet: 41, 2D and 8E. RGB value is (65,45,142). Sum of RGB (Red+Green+Blue) = 65+45+142=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #412D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412D8E is #BED271. Grayscale: #3D3D3D. Windows color (decimal): -12505714 or 9317697. OLE color: 9317697.

HSL color Cylindrical-coordinate representation of color #412D8E: hue angle of 252.37º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412D8E is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 45 142 -
CMYK 0.54 0.68 0 0.44
HSL 252.37º 0.52% 0.37% -
HSV(B) 252.37º 0.68% 0.56% -
XYZ 8 4.95 26.13 -
YUV 62.04 173.13 130.11 -
System Red Green Blue C M Y K H S L
Decimal 65 45 142 0.54 0.68 0 0.44 252.37 0.52 0.37
Hex 41 2D 8E 36 44 0 2C FC 34 25
Octal 101 55 216 66 104 0 54 374 64 45
Binary 1000001 101101 10001110 110110 1000100 0 101100 11111100 110100 100101

Color Harmonies of #412D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D8E

Black with #412D8E

Text Example


Text Example

White with #412D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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