Html Css Color HEX #402253 Jagger

📋 copy color: '#402253'

red 64 ◦ green 34 ◦ blue 83

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

Shades of Jagger #402253

Tints of Jagger #402253

RGB

 RED value IS 64 (25.39% from 255) = 35.36%

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

 BLUE value IS 83 (32.81% from 255) = 45.86%

R = 35.36%
G = 18.78%
B = 45.86%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#402253 (or 0x402253) is known color: Jagger. HEX triplet: 40, 22 and 53. RGB value is (64,34,83). Sum of RGB (Red+Green+Blue) = 64+34+83=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #402253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402253 is #BFDDAC. Grayscale: #303030. Windows color (decimal): -12574125 or 5448256. OLE color: 5448256.

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

Color convert

RGB 64 34 83 -
CMYK 0.23 0.59 0 0.67
HSL 276.73º 0.42% 0.23% -
HSV(B) 276.73º 0.59% 0.33% -
XYZ 4.25 2.86 8.51 -
YUV 48.56 147.44 139.02 -
System Red Green Blue C M Y K H S L
Decimal 64 34 83 0.23 0.59 0 0.67 276.73 0.42 0.23
Hex 40 22 53 17 3B 0 43 115 2A 17
Octal 100 42 123 27 73 0 103 425 52 27
Binary 1000000 100010 1010011 10111 111011 0 1000011 100010101 101010 10111

Color Harmonies of #402253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402253

Black with #402253

Text Example


Text Example

White with #402253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402253; }

 p { color: rgb(64,34,83); }

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

background-color css

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

 a { background-color: rgb(64,34,83); }

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

border-color css

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

 span { border-color: rgb(64,34,83); }

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