Html Css Color HEX #422DAF Blue Gem

📋 copy color: '#422DAF'

red 66 ◦ green 45 ◦ blue 175

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

Shades of Blue Gem #422DAF

Tints of Blue Gem #422DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.73%

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

R = 23.08%
G = 15.73%
B = 61.19%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#422DAF (or 0x422DAF) is known color: Blue Gem. HEX triplet: 42, 2D and AF. RGB value is (66,45,175). Sum of RGB (Red+Green+Blue) = 66+45+175=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #422DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422DAF is #BDD250. Grayscale: #414141. Windows color (decimal): -12440145 or 11480386. OLE color: 11480386.

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

Color convert

RGB 66 45 175 -
CMYK 0.62 0.74 0 0.31
HSL 249.69º 0.59% 0.43% -
HSV(B) 249.69º 0.74% 0.69% -
XYZ 10.92 6.13 41.16 -
YUV 66.1 189.46 127.93 -
System Red Green Blue C M Y K H S L
Decimal 66 45 175 0.62 0.74 0 0.31 249.69 0.59 0.43
Hex 42 2D AF 3E 4A 0 1F FA 3B 2B
Octal 102 55 257 76 112 0 37 372 73 53
Binary 1000010 101101 10101111 111110 1001010 0 11111 11111010 111011 101011

Color Harmonies of #422DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DAF

Black with #422DAF

Text Example


Text Example

White with #422DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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