Html Css Color HEX #412492 Blue Gem

📋 copy color: '#412492'

red 65 ◦ green 36 ◦ blue 146

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

Shades of Blue Gem #412492

Tints of Blue Gem #412492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.57%

 BLUE value IS 146 (57.42% from 255) = 59.11%

R = 26.32%
G = 14.57%
B = 59.11%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#412492 (or 0x412492) is known color: Blue Gem. HEX triplet: 41, 24 and 92. RGB value is (65,36,146). Sum of RGB (Red+Green+Blue) = 65+36+146=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #412492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412492 is #BEDB6D. Grayscale: #383838. Windows color (decimal): -12508014 or 9577537. OLE color: 9577537.

HSL color Cylindrical-coordinate representation of color #412492: hue angle of 255.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412492 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 36 146 -
CMYK 0.55 0.75 0 0.43
HSL 255.82º 0.6% 0.36% -
HSV(B) 255.82º 0.75% 0.57% -
XYZ 8 4.46 27.63 -
YUV 57.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 65 36 146 0.55 0.75 0 0.43 255.82 0.6 0.36
Hex 41 24 92 37 4B 0 2B 100 3C 24
Octal 101 44 222 67 113 0 53 400 74 44
Binary 1000001 100100 10010010 110111 1001011 0 101011 100000000 111100 100100

Color Harmonies of #412492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412492

Black with #412492

Text Example


Text Example

White with #412492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412492; }

 p { color: rgb(65,36,146); }

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

background-color css

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

 a { background-color: rgb(65,36,146); }

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

border-color css

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

 span { border-color: rgb(65,36,146); }

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