Html Css Color HEX #422CAB Blue Gem

📋 copy color: '#422CAB'

red 66 ◦ green 44 ◦ blue 171

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

Shades of Blue Gem #422CAB

Tints of Blue Gem #422CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.66%

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

R = 23.49%
G = 15.66%
B = 60.85%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#422CAB (or 0x422CAB) is known color: Blue Gem. HEX triplet: 42, 2C and AB. RGB value is (66,44,171). Sum of RGB (Red+Green+Blue) = 66+44+171=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #422CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422CAB is #BDD354. Grayscale: #404040. Windows color (decimal): -12440405 or 11217986. OLE color: 11217986.

HSL color Cylindrical-coordinate representation of color #422CAB: hue angle of 250.39º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422CAB is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 44 171 -
CMYK 0.61 0.74 0 0.33
HSL 250.39º 0.59% 0.42% -
HSV(B) 250.39º 0.74% 0.67% -
XYZ 10.5 5.9 39.11 -
YUV 65.06 187.79 128.67 -
System Red Green Blue C M Y K H S L
Decimal 66 44 171 0.61 0.74 0 0.33 250.39 0.59 0.42
Hex 42 2C AB 3D 4A 0 21 FA 3B 2A
Octal 102 54 253 75 112 0 41 372 73 52
Binary 1000010 101100 10101011 111101 1001010 0 100001 11111010 111011 101010

Color Harmonies of #422CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CAB

Black with #422CAB

Text Example


Text Example

White with #422CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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