Html Css Color HEX #422391 Blue Gem

📋 copy color: '#422391'

red 66 ◦ green 35 ◦ blue 145

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

Shades of Blue Gem #422391

Tints of Blue Gem #422391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.23%

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

R = 26.83%
G = 14.23%
B = 58.94%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#422391 (or 0x422391) is known color: Blue Gem. HEX triplet: 42, 23 and 91. RGB value is (66,35,145). Sum of RGB (Red+Green+Blue) = 66+35+145=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #422391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422391 is #BDDC6E. Grayscale: #383838. Windows color (decimal): -12442735 or 9511746. OLE color: 9511746.

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

Color convert

RGB 66 35 145 -
CMYK 0.54 0.76 0 0.43
HSL 256.91º 0.61% 0.35% -
HSV(B) 256.91º 0.76% 0.57% -
XYZ 7.96 4.4 27.22 -
YUV 56.81 177.77 134.56 -
System Red Green Blue C M Y K H S L
Decimal 66 35 145 0.54 0.76 0 0.43 256.91 0.61 0.35
Hex 42 23 91 36 4C 0 2B 101 3D 23
Octal 102 43 221 66 114 0 53 401 75 43
Binary 1000010 100011 10010001 110110 1001100 0 101011 100000001 111101 100011

Color Harmonies of #422391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422391

Black with #422391

Text Example


Text Example

White with #422391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422391; }

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

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

background-color css

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

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

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

border-color css

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

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

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