Html Css Color HEX #422F9E Blue Gem

📋 copy color: '#422F9E'

red 66 ◦ green 47 ◦ blue 158

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

Shades of Blue Gem #422F9E

Tints of Blue Gem #422F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.3%

R = 24.35%
G = 17.34%
B = 58.3%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#422F9E (or 0x422F9E) is known color: Blue Gem. HEX triplet: 42, 2F and 9E. RGB value is (66,47,158). Sum of RGB (Red+Green+Blue) = 66+47+158=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #422F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422F9E is #BDD061. Grayscale: #404040. Windows color (decimal): -12439650 or 10366786. OLE color: 10366786.

HSL color Cylindrical-coordinate representation of color #422F9E: hue angle of 250.27º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #422F9E is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 47 158 -
CMYK 0.58 0.70 0 0.38
HSL 250.27º 0.54% 0.4% -
HSV(B) 250.27º 0.7% 0.62% -
XYZ 9.43 5.66 32.94 -
YUV 65.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 66 47 158 0.58 0.70 0 0.38 250.27 0.54 0.4
Hex 42 2F 9E 3A 46 0 26 FA 36 28
Octal 102 57 236 72 106 0 46 372 66 50
Binary 1000010 101111 10011110 111010 1000110 0 100110 11111010 110110 101000

Color Harmonies of #422F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F9E

Black with #422F9E

Text Example


Text Example

White with #422F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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