Html Css Color HEX #412754 Jagger

📋 copy color: '#412754'

red 65 ◦ green 39 ◦ blue 84

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

Shades of Jagger #412754

Tints of Jagger #412754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.68%

R = 34.57%
G = 20.74%
B = 44.68%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#412754 (or 0x412754) is known color: Jagger. HEX triplet: 41, 27 and 54. RGB value is (65,39,84). Sum of RGB (Red+Green+Blue) = 65+39+84=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #412754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412754 is #BED8AB. Grayscale: #333333. Windows color (decimal): -12507308 or 5515073. OLE color: 5515073.

HSL color Cylindrical-coordinate representation of color #412754: hue angle of 274.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #412754 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 39 84 -
CMYK 0.23 0.54 0 0.67
HSL 274.67º 0.37% 0.24% -
HSV(B) 274.67º 0.54% 0.33% -
XYZ 4.51 3.21 8.77 -
YUV 51.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 65 39 84 0.23 0.54 0 0.67 274.67 0.37 0.24
Hex 41 27 54 17 36 0 43 113 25 18
Octal 101 47 124 27 66 0 103 423 45 30
Binary 1000001 100111 1010100 10111 110110 0 1000011 100010011 100101 11000

Color Harmonies of #412754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412754

Black with #412754

Text Example


Text Example

White with #412754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412754; }

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

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

background-color css

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

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

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

border-color css

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

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

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