Html Css Color HEX #422C8E Blue Gem

📋 copy color: '#422C8E'

red 66 ◦ green 44 ◦ blue 142

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

Shades of Blue Gem #422C8E

Tints of Blue Gem #422C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.35%

R = 26.19%
G = 17.46%
B = 56.35%

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

#422C8E (or 0x422C8E) is known color: Blue Gem. HEX triplet: 42, 2C and 8E. RGB value is (66,44,142). Sum of RGB (Red+Green+Blue) = 66+44+142=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #422C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422C8E is #BDD371. Grayscale: #3D3D3D. Windows color (decimal): -12440434 or 9317442. OLE color: 9317442.

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

Color convert

RGB 66 44 142 -
CMYK 0.54 0.69 0 0.44
HSL 253.47º 0.53% 0.36% -
HSV(B) 253.47º 0.69% 0.56% -
XYZ 8.03 4.91 26.12 -
YUV 61.75 173.29 131.03 -
System Red Green Blue C M Y K H S L
Decimal 66 44 142 0.54 0.69 0 0.44 253.47 0.53 0.36
Hex 42 2C 8E 36 45 0 2C FD 35 24
Octal 102 54 216 66 105 0 54 375 65 44
Binary 1000010 101100 10001110 110110 1000101 0 101100 11111101 110101 100100

Color Harmonies of #422C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C8E

Black with #422C8E

Text Example


Text Example

White with #422C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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