Html Css Color HEX #402348 Jagger

📋 copy color: '#402348'

red 64 ◦ green 35 ◦ blue 72

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

Shades of Jagger #402348

Tints of Jagger #402348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.47%

 BLUE value IS 72 (28.52% from 255) = 42.11%

R = 37.43%
G = 20.47%
B = 42.11%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#402348 (or 0x402348) is known color: Jagger. HEX triplet: 40, 23 and 48. RGB value is (64,35,72). Sum of RGB (Red+Green+Blue) = 64+35+72=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #402348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402348 is #BFDCB7. Grayscale: #2F2F2F. Windows color (decimal): -12573880 or 4727616. OLE color: 4727616.

HSL color Cylindrical-coordinate representation of color #402348: hue angle of 287.03º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #402348 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 35 72 -
CMYK 0.11 0.51 0 0.72
HSL 287.03º 0.35% 0.21% -
HSV(B) 287.03º 0.51% 0.28% -
XYZ 3.89 2.76 6.46 -
YUV 47.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 64 35 72 0.11 0.51 0 0.72 287.03 0.35 0.21
Hex 40 23 48 B 33 0 48 11F 23 15
Octal 100 43 110 13 63 0 110 437 43 25
Binary 1000000 100011 1001000 1011 110011 0 1001000 100011111 100011 10101

Color Harmonies of #402348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402348

Black with #402348

Text Example


Text Example

White with #402348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402348; }

 p { color: rgb(64,35,72); }

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

background-color css

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

 a { background-color: rgb(64,35,72); }

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

border-color css

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

 span { border-color: rgb(64,35,72); }

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