Html Css Color HEX #422793 Blue Gem

📋 copy color: '#422793'

red 66 ◦ green 39 ◦ blue 147

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

Shades of Blue Gem #422793

Tints of Blue Gem #422793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

 BLUE value IS 147 (57.81% from 255) = 58.33%

R = 26.19%
G = 15.48%
B = 58.33%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#422793 (or 0x422793) is known color: Blue Gem. HEX triplet: 42, 27 and 93. RGB value is (66,39,147). Sum of RGB (Red+Green+Blue) = 66+39+147=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #422793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422793 is #BDD86C. Grayscale: #3A3A3A. Windows color (decimal): -12441709 or 9643842. OLE color: 9643842.

HSL color Cylindrical-coordinate representation of color #422793: hue angle of 255º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422793 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 39 147 -
CMYK 0.55 0.73 0 0.42
HSL 255º 0.58% 0.36% -
HSV(B) 255º 0.73% 0.58% -
XYZ 8.24 4.72 28.08 -
YUV 59.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 66 39 147 0.55 0.73 0 0.42 255 0.58 0.36
Hex 42 27 93 37 49 0 2A FF 3A 24
Octal 102 47 223 67 111 0 52 377 72 44
Binary 1000010 100111 10010011 110111 1001001 0 101010 11111111 111010 100100

Color Harmonies of #422793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422793

Black with #422793

Text Example


Text Example

White with #422793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422793; }

 p { color: rgb(66,39,147); }

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

background-color css

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

 a { background-color: rgb(66,39,147); }

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

border-color css

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

 span { border-color: rgb(66,39,147); }

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