Html Css Color HEX #422FAC Blue Gem

📋 copy color: '#422FAC'

red 66 ◦ green 47 ◦ blue 172

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

Shades of Blue Gem #422FAC

Tints of Blue Gem #422FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.35%

R = 23.16%
G = 16.49%
B = 60.35%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#422FAC (or 0x422FAC) is known color: Blue Gem. HEX triplet: 42, 2F and AC. RGB value is (66,47,172). Sum of RGB (Red+Green+Blue) = 66+47+172=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #422FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422FAC is #BDD053. Grayscale: #424242. Windows color (decimal): -12439636 or 11284290. OLE color: 11284290.

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

Color convert

RGB 66 47 172 -
CMYK 0.62 0.73 0 0.33
HSL 249.12º 0.57% 0.43% -
HSV(B) 249.12º 0.73% 0.67% -
XYZ 10.71 6.17 39.66 -
YUV 66.93 187.29 127.34 -
System Red Green Blue C M Y K H S L
Decimal 66 47 172 0.62 0.73 0 0.33 249.12 0.57 0.43
Hex 42 2F AC 3E 49 0 21 F9 39 2B
Octal 102 57 254 76 111 0 41 371 71 53
Binary 1000010 101111 10101100 111110 1001001 0 100001 11111001 111001 101011

Color Harmonies of #422FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FAC

Black with #422FAC

Text Example


Text Example

White with #422FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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