Html Css Color HEX #422593 Blue Gem

📋 copy color: '#422593'

red 66 ◦ green 37 ◦ blue 147

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

Shades of Blue Gem #422593

Tints of Blue Gem #422593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

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

R = 26.4%
G = 14.8%
B = 58.8%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#422593 (or 0x422593) is known color: Blue Gem. HEX triplet: 42, 25 and 93. RGB value is (66,37,147). Sum of RGB (Red+Green+Blue) = 66+37+147=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #422593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422593 is #BDDA6C. Grayscale: #393939. Windows color (decimal): -12442221 or 9643330. OLE color: 9643330.

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

Color convert

RGB 66 37 147 -
CMYK 0.55 0.75 0 0.42
HSL 255.82º 0.6% 0.36% -
HSV(B) 255.82º 0.75% 0.58% -
XYZ 8.17 4.59 28.06 -
YUV 58.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 66 37 147 0.55 0.75 0 0.42 255.82 0.6 0.36
Hex 42 25 93 37 4B 0 2A 100 3C 24
Octal 102 45 223 67 113 0 52 400 74 44
Binary 1000010 100101 10010011 110111 1001011 0 101010 100000000 111100 100100

Color Harmonies of #422593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422593

Black with #422593

Text Example


Text Example

White with #422593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422593; }

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

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

background-color css

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

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

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

border-color css

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

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

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