Html Css Color HEX #42209B Blue Gem

📋 copy color: '#42209B'

red 66 ◦ green 32 ◦ blue 155

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

Shades of Blue Gem #42209B

Tints of Blue Gem #42209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.26%

R = 26.09%
G = 12.65%
B = 61.26%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42209B (or 0x42209B) is known color: Blue Gem. HEX triplet: 42, 20 and 9B. RGB value is (66,32,155). Sum of RGB (Red+Green+Blue) = 66+32+155=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #42209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42209B is #BDDF64. Grayscale: #373737. Windows color (decimal): -12443493 or 10166338. OLE color: 10166338.

HSL color Cylindrical-coordinate representation of color #42209B: hue angle of 256.59º 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 #42209B is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 32 155 -
CMYK 0.57 0.79 0 0.39
HSL 256.59º 0.66% 0.37% -
HSV(B) 256.59º 0.79% 0.61% -
XYZ 8.68 4.56 31.43 -
YUV 56.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 66 32 155 0.57 0.79 0 0.39 256.59 0.66 0.37
Hex 42 20 9B 39 4F 0 27 101 42 25
Octal 102 40 233 71 117 0 47 401 102 45
Binary 1000010 100000 10011011 111001 1001111 0 100111 100000001 1000010 100101

Color Harmonies of #42209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42209B

Black with #42209B

Text Example


Text Example

White with #42209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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