Html Css Color HEX #39254C Jagger

📋 copy color: '#39254C'

red 57 ◦ green 37 ◦ blue 76

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

Shades of Jagger #39254C

Tints of Jagger #39254C

RGB

 RED value IS 57 (22.66% from 255) = 33.53%

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

 BLUE value IS 76 (30.08% from 255) = 44.71%

R = 33.53%
G = 21.76%
B = 44.71%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#39254C (or 0x39254C) is known color: Jagger. HEX triplet: 39, 25 and 4C. RGB value is (57,37,76). Sum of RGB (Red+Green+Blue) = 57+37+76=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #39254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39254C is #C6DAB3. Grayscale: #2F2F2F. Windows color (decimal): -13032116 or 4990265. OLE color: 4990265.

HSL color Cylindrical-coordinate representation of color #39254C: hue angle of 270.77º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39254C is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 37 76 -
CMYK 0.25 0.51 0 0.70
HSL 270.77º 0.35% 0.22% -
HSV(B) 270.77º 0.51% 0.3% -
XYZ 3.65 2.71 7.17 -
YUV 47.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 57 37 76 0.25 0.51 0 0.70 270.77 0.35 0.22
Hex 39 25 4C 19 33 0 46 10F 23 16
Octal 71 45 114 31 63 0 106 417 43 26
Binary 111001 100101 1001100 11001 110011 0 1000110 100001111 100011 10110

Color Harmonies of #39254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39254C

Black with #39254C

Text Example


Text Example

White with #39254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39254C; }

 p { color: rgb(57,37,76); }

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

background-color css

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

 a { background-color: rgb(57,37,76); }

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

border-color css

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

 span { border-color: rgb(57,37,76); }

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