Html Css Color HEX #412752 Jagger

📋 copy color: '#412752'

red 65 ◦ green 39 ◦ blue 82

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

Shades of Jagger #412752

Tints of Jagger #412752

RGB

 RED value IS 65 (25.78% from 255) = 34.95%

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

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

R = 34.95%
G = 20.97%
B = 44.09%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#412752 (or 0x412752) is known color: Jagger. HEX triplet: 41, 27 and 52. RGB value is (65,39,82). Sum of RGB (Red+Green+Blue) = 65+39+82=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #412752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412752 is #BED8AD. Grayscale: #333333. Windows color (decimal): -12507310 or 5384001. OLE color: 5384001.

HSL color Cylindrical-coordinate representation of color #412752: hue angle of 276.28º 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 #412752 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 39 82 -
CMYK 0.21 0.52 0 0.68
HSL 276.28º 0.36% 0.24% -
HSV(B) 276.28º 0.52% 0.32% -
XYZ 4.43 3.18 8.36 -
YUV 51.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 65 39 82 0.21 0.52 0 0.68 276.28 0.36 0.24
Hex 41 27 52 15 34 0 44 114 24 18
Octal 101 47 122 25 64 0 104 424 44 30
Binary 1000001 100111 1010010 10101 110100 0 1000100 100010100 100100 11000

Color Harmonies of #412752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412752

Black with #412752

Text Example


Text Example

White with #412752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412752; }

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

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

background-color css

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

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

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

border-color css

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

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

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