Html Css Color HEX #422597 Blue Gem

📋 copy color: '#422597'

red 66 ◦ green 37 ◦ blue 151

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

Shades of Blue Gem #422597

Tints of Blue Gem #422597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 59.45%

R = 25.98%
G = 14.57%
B = 59.45%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#422597 (or 0x422597) is known color: Blue Gem. HEX triplet: 42, 25 and 97. RGB value is (66,37,151). Sum of RGB (Red+Green+Blue) = 66+37+151=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #422597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422597 is #BDDA68. Grayscale: #3A3A3A. Windows color (decimal): -12442217 or 9905474. OLE color: 9905474.

HSL color Cylindrical-coordinate representation of color #422597: hue angle of 255.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422597 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 37 151 -
CMYK 0.56 0.75 0 0.41
HSL 255.26º 0.61% 0.37% -
HSV(B) 255.26º 0.75% 0.59% -
XYZ 8.49 4.72 29.74 -
YUV 58.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 66 37 151 0.56 0.75 0 0.41 255.26 0.61 0.37
Hex 42 25 97 38 4B 0 29 FF 3D 25
Octal 102 45 227 70 113 0 51 377 75 45
Binary 1000010 100101 10010111 111000 1001011 0 101001 11111111 111101 100101

Color Harmonies of #422597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422597

Black with #422597

Text Example


Text Example

White with #422597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422597; }

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

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

background-color css

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

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

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

border-color css

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

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

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