Html Css Color HEX #422399 Blue Gem

📋 copy color: '#422399'

red 66 ◦ green 35 ◦ blue 153

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

Shades of Blue Gem #422399

Tints of Blue Gem #422399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 60.24%

R = 25.98%
G = 13.78%
B = 60.24%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#422399 (or 0x422399) is known color: Blue Gem. HEX triplet: 42, 23 and 99. RGB value is (66,35,153). Sum of RGB (Red+Green+Blue) = 66+35+153=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #422399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422399 is #BDDC66. Grayscale: #393939. Windows color (decimal): -12442727 or 10036034. OLE color: 10036034.

HSL color Cylindrical-coordinate representation of color #422399: hue angle of 255.76º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422399 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 35 153 -
CMYK 0.57 0.77 0 0.4
HSL 255.76º 0.63% 0.37% -
HSV(B) 255.76º 0.77% 0.6% -
XYZ 8.6 4.66 30.58 -
YUV 57.72 181.77 133.91 -
System Red Green Blue C M Y K H S L
Decimal 66 35 153 0.57 0.77 0 0.4 255.76 0.63 0.37
Hex 42 23 99 39 4D 0 28 100 3F 25
Octal 102 43 231 71 115 0 50 400 77 45
Binary 1000010 100011 10011001 111001 1001101 0 101000 100000000 111111 100101

Color Harmonies of #422399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422399

Black with #422399

Text Example


Text Example

White with #422399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422399; }

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

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

background-color css

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

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

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

border-color css

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

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

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