Html Css Color HEX #422699 Blue Gem

📋 copy color: '#422699'

red 66 ◦ green 38 ◦ blue 153

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

Shades of Blue Gem #422699

Tints of Blue Gem #422699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.79%

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

R = 25.68%
G = 14.79%
B = 59.53%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#422699 (or 0x422699) is known color: Blue Gem. HEX triplet: 42, 26 and 99. RGB value is (66,38,153). Sum of RGB (Red+Green+Blue) = 66+38+153=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #422699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422699 is #BDD966. Grayscale: #3B3B3B. Windows color (decimal): -12441959 or 10036802. OLE color: 10036802.

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

Color convert

RGB 66 38 153 -
CMYK 0.57 0.75 0 0.4
HSL 254.61º 0.6% 0.37% -
HSV(B) 254.61º 0.75% 0.6% -
XYZ 8.69 4.84 30.61 -
YUV 59.48 180.78 132.65 -
System Red Green Blue C M Y K H S L
Decimal 66 38 153 0.57 0.75 0 0.4 254.61 0.6 0.37
Hex 42 26 99 39 4B 0 28 FF 3C 25
Octal 102 46 231 71 113 0 50 377 74 45
Binary 1000010 100110 10011001 111001 1001011 0 101000 11111111 111100 100101

Color Harmonies of #422699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422699

Black with #422699

Text Example


Text Example

White with #422699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422699; }

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

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

background-color css

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

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

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

border-color css

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

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

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