Html Css Color HEX #401899 Persian Indigo

📋 copy color: '#401899'

red 64 ◦ green 24 ◦ blue 153

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

Shades of Persian Indigo #401899

Tints of Persian Indigo #401899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.96%

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

R = 26.56%
G = 9.96%
B = 63.49%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#401899 (or 0x401899) is known color: Persian Indigo. HEX triplet: 40, 18 and 99. RGB value is (64,24,153). Sum of RGB (Red+Green+Blue) = 64+24+153=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #401899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401899 is #BFE766. Grayscale: #323232. Windows color (decimal): -12576615 or 10033216. OLE color: 10033216.

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

Color convert

RGB 64 24 153 -
CMYK 0.58 0.84 0 0.4
HSL 258.6º 0.73% 0.35% -
HSV(B) 258.6º 0.84% 0.6% -
XYZ 8.19 4.04 30.49 -
YUV 50.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 64 24 153 0.58 0.84 0 0.4 258.6 0.73 0.35
Hex 40 18 99 3A 54 0 28 103 49 23
Octal 100 30 231 72 124 0 50 403 111 43
Binary 1000000 11000 10011001 111010 1010100 0 101000 100000011 1001001 100011

Color Harmonies of #401899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401899

Black with #401899

Text Example


Text Example

White with #401899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401899; }

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

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

background-color css

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

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

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

border-color css

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

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

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