Html Css Color HEX #422F92 Blue Gem

📋 copy color: '#422F92'

red 66 ◦ green 47 ◦ blue 146

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

Shades of Blue Gem #422F92

Tints of Blue Gem #422F92

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.15%

 BLUE value IS 146 (57.42% from 255) = 56.37%

R = 25.48%
G = 18.15%
B = 56.37%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#422F92 (or 0x422F92) is known color: Blue Gem. HEX triplet: 42, 2F and 92. RGB value is (66,47,146). Sum of RGB (Red+Green+Blue) = 66+47+146=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #422F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422F92 is #BDD06D. Grayscale: #3F3F3F. Windows color (decimal): -12439662 or 9580354. OLE color: 9580354.

HSL color Cylindrical-coordinate representation of color #422F92: hue angle of 251.52º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #422F92 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 47 146 -
CMYK 0.55 0.68 0 0.43
HSL 251.52º 0.51% 0.38% -
HSV(B) 251.52º 0.68% 0.57% -
XYZ 8.45 5.27 27.77 -
YUV 63.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 66 47 146 0.55 0.68 0 0.43 251.52 0.51 0.38
Hex 42 2F 92 37 44 0 2B FC 33 26
Octal 102 57 222 67 104 0 53 374 63 46
Binary 1000010 101111 10010010 110111 1000100 0 101011 11111100 110011 100110

Color Harmonies of #422F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F92

Black with #422F92

Text Example


Text Example

White with #422F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422F92; }

 p { color: rgb(66,47,146); }

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

background-color css

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

 a { background-color: rgb(66,47,146); }

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

border-color css

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

 span { border-color: rgb(66,47,146); }

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