Html Css Color HEX #422752 Jagger

📋 copy color: '#422752'

red 66 ◦ green 39 ◦ blue 82

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

Shades of Jagger #422752

Tints of Jagger #422752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 43.85%

R = 35.29%
G = 20.86%
B = 43.85%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#422752 (or 0x422752) is known color: Jagger. HEX triplet: 42, 27 and 52. RGB value is (66,39,82). Sum of RGB (Red+Green+Blue) = 66+39+82=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #422752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422752 is #BDD8AD. Grayscale: #333333. Windows color (decimal): -12441774 or 5384002. OLE color: 5384002.

HSL color Cylindrical-coordinate representation of color #422752: hue angle of 277.67º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422752 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 39 82 -
CMYK 0.20 0.52 0 0.68
HSL 277.67º 0.36% 0.24% -
HSV(B) 277.67º 0.52% 0.32% -
XYZ 4.5 3.22 8.37 -
YUV 51.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 66 39 82 0.20 0.52 0 0.68 277.67 0.36 0.24
Hex 42 27 52 14 34 0 44 116 24 18
Octal 102 47 122 24 64 0 104 426 44 30
Binary 1000010 100111 1010010 10100 110100 0 1000100 100010110 100100 11000

Color Harmonies of #422752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422752

Black with #422752

Text Example


Text Example

White with #422752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422752; }

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

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

background-color css

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

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

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

border-color css

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

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

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