Html Css Color HEX #422491 Blue Gem

📋 copy color: '#422491'

red 66 ◦ green 36 ◦ blue 145

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

Shades of Blue Gem #422491

Tints of Blue Gem #422491

RGB

 RED value IS 66 (26.17% from 255) = 26.72%

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

 BLUE value IS 145 (57.03% from 255) = 58.7%

R = 26.72%
G = 14.57%
B = 58.7%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#422491 (or 0x422491) is known color: Blue Gem. HEX triplet: 42, 24 and 91. RGB value is (66,36,145). Sum of RGB (Red+Green+Blue) = 66+36+145=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #422491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422491 is #BDDB6E. Grayscale: #383838. Windows color (decimal): -12442479 or 9512002. OLE color: 9512002.

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

Color convert

RGB 66 36 145 -
CMYK 0.54 0.75 0 0.43
HSL 256.51º 0.6% 0.35% -
HSV(B) 256.51º 0.75% 0.57% -
XYZ 7.99 4.46 27.23 -
YUV 57.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 66 36 145 0.54 0.75 0 0.43 256.51 0.6 0.35
Hex 42 24 91 36 4B 0 2B 101 3C 23
Octal 102 44 221 66 113 0 53 401 74 43
Binary 1000010 100100 10010001 110110 1001011 0 101011 100000001 111100 100011

Color Harmonies of #422491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422491

Black with #422491

Text Example


Text Example

White with #422491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422491; }

 p { color: rgb(66,36,145); }

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

background-color css

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

 a { background-color: rgb(66,36,145); }

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

border-color css

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

 span { border-color: rgb(66,36,145); }

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