Html Css Color HEX #412252 Jagger

📋 copy color: '#412252'

red 65 ◦ green 34 ◦ blue 82

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

Shades of Jagger #412252

Tints of Jagger #412252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.78%

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

R = 35.91%
G = 18.78%
B = 45.3%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#412252 (or 0x412252) is known color: Jagger. HEX triplet: 41, 22 and 52. RGB value is (65,34,82). Sum of RGB (Red+Green+Blue) = 65+34+82=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #412252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412252 is #BEDDAD. Grayscale: #303030. Windows color (decimal): -12508590 or 5382721. OLE color: 5382721.

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

Color convert

RGB 65 34 82 -
CMYK 0.21 0.59 0 0.68
HSL 278.75º 0.41% 0.23% -
HSV(B) 278.75º 0.59% 0.32% -
XYZ 4.27 2.88 8.31 -
YUV 48.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 65 34 82 0.21 0.59 0 0.68 278.75 0.41 0.23
Hex 41 22 52 15 3B 0 44 117 29 17
Octal 101 42 122 25 73 0 104 427 51 27
Binary 1000001 100010 1010010 10101 111011 0 1000100 100010111 101001 10111

Color Harmonies of #412252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412252

Black with #412252

Text Example


Text Example

White with #412252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412252; }

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

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

background-color css

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

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

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

border-color css

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

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

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