Html Css Color HEX #42209C Blue Gem

📋 copy color: '#42209C'

red 66 ◦ green 32 ◦ blue 156

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

Shades of Blue Gem #42209C

Tints of Blue Gem #42209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

 BLUE value IS 156 (61.33% from 255) = 61.42%

R = 25.98%
G = 12.6%
B = 61.42%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42209C (or 0x42209C) is known color: Blue Gem. HEX triplet: 42, 20 and 9C. RGB value is (66,32,156). Sum of RGB (Red+Green+Blue) = 66+32+156=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #42209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42209C is #BDDF63. Grayscale: #373737. Windows color (decimal): -12443492 or 10231874. OLE color: 10231874.

HSL color Cylindrical-coordinate representation of color #42209C: hue angle of 256.45º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42209C is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 32 156 -
CMYK 0.58 0.79 0 0.39
HSL 256.45º 0.66% 0.37% -
HSV(B) 256.45º 0.79% 0.61% -
XYZ 8.76 4.59 31.88 -
YUV 56.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 66 32 156 0.58 0.79 0 0.39 256.45 0.66 0.37
Hex 42 20 9C 3A 4F 0 27 100 42 25
Octal 102 40 234 72 117 0 47 400 102 45
Binary 1000010 100000 10011100 111010 1001111 0 100111 100000000 1000010 100101

Color Harmonies of #42209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42209C

Black with #42209C

Text Example


Text Example

White with #42209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42209C; }

 p { color: rgb(66,32,156); }

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

background-color css

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

 a { background-color: rgb(66,32,156); }

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

border-color css

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

 span { border-color: rgb(66,32,156); }

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