Html Css Color HEX #422D8F Blue Gem

📋 copy color: '#422D8F'

red 66 ◦ green 45 ◦ blue 143

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

Shades of Blue Gem #422D8F

Tints of Blue Gem #422D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.3%

R = 25.98%
G = 17.72%
B = 56.3%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#422D8F (or 0x422D8F) is known color: Blue Gem. HEX triplet: 42, 2D and 8F. RGB value is (66,45,143). Sum of RGB (Red+Green+Blue) = 66+45+143=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #422D8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422D8F is #BDD270. Grayscale: #3E3E3E. Windows color (decimal): -12440177 or 9383234. OLE color: 9383234.

HSL color Cylindrical-coordinate representation of color #422D8F: hue angle of 252.86º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #422D8F is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 45 143 -
CMYK 0.54 0.69 0 0.44
HSL 252.86º 0.52% 0.37% -
HSV(B) 252.86º 0.69% 0.56% -
XYZ 8.14 5.02 26.53 -
YUV 62.45 173.46 130.53 -
System Red Green Blue C M Y K H S L
Decimal 66 45 143 0.54 0.69 0 0.44 252.86 0.52 0.37
Hex 42 2D 8F 36 45 0 2C FD 34 25
Octal 102 55 217 66 105 0 54 375 64 45
Binary 1000010 101101 10001111 110110 1000101 0 101100 11111101 110100 100101

Color Harmonies of #422D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D8F

Black with #422D8F

Text Example


Text Example

White with #422D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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