Html Css Color HEX #422FAB Blue Gem

📋 copy color: '#422FAB'

red 66 ◦ green 47 ◦ blue 171

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

Shades of Blue Gem #422FAB

Tints of Blue Gem #422FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 23.24%
G = 16.55%
B = 60.21%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#422FAB (or 0x422FAB) is known color: Blue Gem. HEX triplet: 42, 2F and AB. RGB value is (66,47,171). Sum of RGB (Red+Green+Blue) = 66+47+171=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #422FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422FAB is #BDD054. Grayscale: #424242. Windows color (decimal): -12439637 or 11218754. OLE color: 11218754.

HSL color Cylindrical-coordinate representation of color #422FAB: hue angle of 249.19º 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 #422FAB is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 47 171 -
CMYK 0.61 0.73 0 0.33
HSL 249.19º 0.57% 0.43% -
HSV(B) 249.19º 0.73% 0.67% -
XYZ 10.61 6.13 39.15 -
YUV 66.82 186.79 127.42 -
System Red Green Blue C M Y K H S L
Decimal 66 47 171 0.61 0.73 0 0.33 249.19 0.57 0.43
Hex 42 2F AB 3D 49 0 21 F9 39 2B
Octal 102 57 253 75 111 0 41 371 71 53
Binary 1000010 101111 10101011 111101 1001001 0 100001 11111001 111001 101011

Color Harmonies of #422FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FAB

Black with #422FAB

Text Example


Text Example

White with #422FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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