Html Css Color HEX #412452 Jagger

📋 copy color: '#412452'

red 65 ◦ green 36 ◦ blue 82

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

Shades of Jagger #412452

Tints of Jagger #412452

RGB

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

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

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

R = 35.52%
G = 19.67%
B = 44.81%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#412452 (or 0x412452) is known color: Jagger. HEX triplet: 41, 24 and 52. RGB value is (65,36,82). Sum of RGB (Red+Green+Blue) = 65+36+82=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #412452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412452 is #BEDBAD. Grayscale: #313131. Windows color (decimal): -12508078 or 5383233. OLE color: 5383233.

HSL color Cylindrical-coordinate representation of color #412452: hue angle of 277.83º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #412452 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 36 82 -
CMYK 0.21 0.56 0 0.68
HSL 277.83º 0.39% 0.23% -
HSV(B) 277.83º 0.56% 0.32% -
XYZ 4.33 2.99 8.33 -
YUV 49.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 65 36 82 0.21 0.56 0 0.68 277.83 0.39 0.23
Hex 41 24 52 15 38 0 44 116 27 17
Octal 101 44 122 25 70 0 104 426 47 27
Binary 1000001 100100 1010010 10101 111000 0 1000100 100010110 100111 10111

Color Harmonies of #412452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412452

Black with #412452

Text Example


Text Example

White with #412452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412452; }

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

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

background-color css

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

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

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

border-color css

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

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

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