Html Css Color HEX #422498 Blue Gem

📋 copy color: '#422498'

red 66 ◦ green 36 ◦ blue 152

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

Shades of Blue Gem #422498

Tints of Blue Gem #422498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 152 (59.77% from 255) = 59.84%

R = 25.98%
G = 14.17%
B = 59.84%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#422498 (or 0x422498) is known color: Blue Gem. HEX triplet: 42, 24 and 98. RGB value is (66,36,152). Sum of RGB (Red+Green+Blue) = 66+36+152=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #422498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422498 is #BDDB67. Grayscale: #393939. Windows color (decimal): -12442472 or 9970754. OLE color: 9970754.

HSL color Cylindrical-coordinate representation of color #422498: hue angle of 255.52º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422498 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 36 152 -
CMYK 0.57 0.76 0 0.40
HSL 255.52º 0.62% 0.37% -
HSV(B) 255.52º 0.76% 0.6% -
XYZ 8.55 4.69 30.16 -
YUV 58.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 66 36 152 0.57 0.76 0 0.40 255.52 0.62 0.37
Hex 42 24 98 39 4C 0 28 100 3E 25
Octal 102 44 230 71 114 0 50 400 76 45
Binary 1000010 100100 10011000 111001 1001100 0 101000 100000000 111110 100101

Color Harmonies of #422498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422498

Black with #422498

Text Example


Text Example

White with #422498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422498; }

 p { color: rgb(66,36,152); }

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

background-color css

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

 a { background-color: rgb(66,36,152); }

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

border-color css

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

 span { border-color: rgb(66,36,152); }

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