Html Css Color HEX #422595 Blue Gem

📋 copy color: '#422595'

red 66 ◦ green 37 ◦ blue 149

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

Shades of Blue Gem #422595

Tints of Blue Gem #422595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.13%

R = 26.19%
G = 14.68%
B = 59.13%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#422595 (or 0x422595) is known color: Blue Gem. HEX triplet: 42, 25 and 95. RGB value is (66,37,149). Sum of RGB (Red+Green+Blue) = 66+37+149=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #422595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422595 is #BDDA6A. Grayscale: #3A3A3A. Windows color (decimal): -12442219 or 9774402. OLE color: 9774402.

HSL color Cylindrical-coordinate representation of color #422595: hue angle of 255.54º 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 #422595 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 37 149 -
CMYK 0.56 0.75 0 0.42
HSL 255.54º 0.6% 0.36% -
HSV(B) 255.54º 0.75% 0.58% -
XYZ 8.33 4.65 28.89 -
YUV 58.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 66 37 149 0.56 0.75 0 0.42 255.54 0.6 0.36
Hex 42 25 95 38 4B 0 2A 100 3C 24
Octal 102 45 225 70 113 0 52 400 74 44
Binary 1000010 100101 10010101 111000 1001011 0 101010 100000000 111100 100100

Color Harmonies of #422595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422595

Black with #422595

Text Example


Text Example

White with #422595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422595; }

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

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

background-color css

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

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

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

border-color css

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

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

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