Html Css Color HEX #422FAF Blue Gem

📋 copy color: '#422FAF'

red 66 ◦ green 47 ◦ blue 175

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

Shades of Blue Gem #422FAF

Tints of Blue Gem #422FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.76%

R = 22.92%
G = 16.32%
B = 60.76%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#422FAF (or 0x422FAF) is known color: Blue Gem. HEX triplet: 42, 2F and AF. RGB value is (66,47,175). Sum of RGB (Red+Green+Blue) = 66+47+175=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #422FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422FAF is #BDD050. Grayscale: #424242. Windows color (decimal): -12439633 or 11480898. OLE color: 11480898.

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

Color convert

RGB 66 47 175 -
CMYK 0.62 0.73 0 0.31
HSL 248.91º 0.58% 0.44% -
HSV(B) 248.91º 0.73% 0.69% -
XYZ 11 6.29 41.19 -
YUV 67.27 188.79 127.09 -
System Red Green Blue C M Y K H S L
Decimal 66 47 175 0.62 0.73 0 0.31 248.91 0.58 0.44
Hex 42 2F AF 3E 49 0 1F F9 3A 2C
Octal 102 57 257 76 111 0 37 371 72 54
Binary 1000010 101111 10101111 111110 1001001 0 11111 11111001 111010 101100

Color Harmonies of #422FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FAF

Black with #422FAF

Text Example


Text Example

White with #422FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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