Html Css Color HEX #401098 Persian Indigo

📋 copy color: '#401098'

red 64 ◦ green 16 ◦ blue 152

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

Shades of Persian Indigo #401098

Tints of Persian Indigo #401098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

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

R = 27.59%
G = 6.9%
B = 65.52%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#401098 (or 0x401098) is known color: Persian Indigo. HEX triplet: 40, 10 and 98. RGB value is (64,16,152). Sum of RGB (Red+Green+Blue) = 64+16+152=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #401098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401098 is #BFEF67. Grayscale: #2D2D2D. Windows color (decimal): -12578664 or 9965632. OLE color: 9965632.

HSL color Cylindrical-coordinate representation of color #401098: hue angle of 261.18º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401098 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 16 152 -
CMYK 0.58 0.89 0 0.40
HSL 261.18º 0.81% 0.33% -
HSV(B) 261.18º 0.89% 0.6% -
XYZ 7.97 3.73 30.01 -
YUV 45.86 187.9 140.94 -
System Red Green Blue C M Y K H S L
Decimal 64 16 152 0.58 0.89 0 0.40 261.18 0.81 0.33
Hex 40 10 98 3A 59 0 28 105 51 21
Octal 100 20 230 72 131 0 50 405 121 41
Binary 1000000 10000 10011000 111010 1011001 0 101000 100000101 1010001 100001

Color Harmonies of #401098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401098

Black with #401098

Text Example


Text Example

White with #401098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401098; }

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

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

background-color css

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

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

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

border-color css

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

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

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