Html Css Color HEX #401998 Persian Indigo

📋 copy color: '#401998'

red 64 ◦ green 25 ◦ blue 152

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

Shades of Persian Indigo #401998

Tints of Persian Indigo #401998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.37%

 BLUE value IS 152 (59.77% from 255) = 63.07%

R = 26.56%
G = 10.37%
B = 63.07%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#401998 (or 0x401998) is known color: Persian Indigo. HEX triplet: 40, 19 and 98. RGB value is (64,25,152). Sum of RGB (Red+Green+Blue) = 64+25+152=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #401998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401998 is #BFE667. Grayscale: #323232. Windows color (decimal): -12576360 or 9967936. OLE color: 9967936.

HSL color Cylindrical-coordinate representation of color #401998: hue angle of 258.43º degrees, saturation: 0.72, 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 #401998 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 25 152 -
CMYK 0.58 0.84 0 0.40
HSL 258.43º 0.72% 0.35% -
HSV(B) 258.43º 0.84% 0.6% -
XYZ 8.13 4.05 30.06 -
YUV 51.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 64 25 152 0.58 0.84 0 0.40 258.43 0.72 0.35
Hex 40 19 98 3A 54 0 28 102 48 23
Octal 100 31 230 72 124 0 50 402 110 43
Binary 1000000 11001 10011000 111010 1010100 0 101000 100000010 1001000 100011

Color Harmonies of #401998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401998

Black with #401998

Text Example


Text Example

White with #401998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401998; }

 p { color: rgb(64,25,152); }

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

background-color css

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

 a { background-color: rgb(64,25,152); }

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

border-color css

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

 span { border-color: rgb(64,25,152); }

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