Html Css Color HEX #422B9F Blue Gem

📋 copy color: '#422B9F'

red 66 ◦ green 43 ◦ blue 159

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

Shades of Blue Gem #422B9F

Tints of Blue Gem #422B9F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.04%

 BLUE value IS 159 (62.5% from 255) = 59.33%

R = 24.63%
G = 16.04%
B = 59.33%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#422B9F (or 0x422B9F) is known color: Blue Gem. HEX triplet: 42, 2B and 9F. RGB value is (66,43,159). Sum of RGB (Red+Green+Blue) = 66+43+159=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #422B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422B9F is #BDD460. Grayscale: #3E3E3E. Windows color (decimal): -12440673 or 10431298. OLE color: 10431298.

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

Color convert

RGB 66 43 159 -
CMYK 0.58 0.73 0 0.38
HSL 251.9º 0.57% 0.4% -
HSV(B) 251.9º 0.73% 0.62% -
XYZ 9.37 5.39 33.35 -
YUV 63.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 66 43 159 0.58 0.73 0 0.38 251.9 0.57 0.4
Hex 42 2B 9F 3A 49 0 26 FC 39 28
Octal 102 53 237 72 111 0 46 374 71 50
Binary 1000010 101011 10011111 111010 1001001 0 100110 11111100 111001 101000

Color Harmonies of #422B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B9F

Black with #422B9F

Text Example


Text Example

White with #422B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,43,159); }

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

background-color css

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

 a { background-color: rgb(66,43,159); }

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

border-color css

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

 span { border-color: rgb(66,43,159); }

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