Html Css Color HEX #401299 Persian Indigo

📋 copy color: '#401299'

red 64 ◦ green 18 ◦ blue 153

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

Shades of Persian Indigo #401299

Tints of Persian Indigo #401299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

 BLUE value IS 153 (60.16% from 255) = 65.11%

R = 27.23%
G = 7.66%
B = 65.11%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#401299 (or 0x401299) is known color: Persian Indigo. HEX triplet: 40, 12 and 99. RGB value is (64,18,153). Sum of RGB (Red+Green+Blue) = 64+18+153=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #401299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401299 is #BFED66. Grayscale: #2E2E2E. Windows color (decimal): -12578151 or 10031680. OLE color: 10031680.

HSL color Cylindrical-coordinate representation of color #401299: hue angle of 260.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401299 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 18 153 -
CMYK 0.58 0.88 0 0.4
HSL 260.44º 0.79% 0.34% -
HSV(B) 260.44º 0.88% 0.6% -
XYZ 8.08 3.82 30.45 -
YUV 47.14 187.74 140.02 -
System Red Green Blue C M Y K H S L
Decimal 64 18 153 0.58 0.88 0 0.4 260.44 0.79 0.34
Hex 40 12 99 3A 58 0 28 104 4F 22
Octal 100 22 231 72 130 0 50 404 117 42
Binary 1000000 10010 10011001 111010 1011000 0 101000 100000100 1001111 100010

Color Harmonies of #401299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401299

Black with #401299

Text Example


Text Example

White with #401299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401299; }

 p { color: rgb(64,18,153); }

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

background-color css

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

 a { background-color: rgb(64,18,153); }

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

border-color css

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

 span { border-color: rgb(64,18,153); }

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