Html Css Color HEX #401297 Persian Indigo

📋 copy color: '#401297'

red 64 ◦ green 18 ◦ blue 151

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

Shades of Persian Indigo #401297

Tints of Persian Indigo #401297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 64.81%

R = 27.47%
G = 7.73%
B = 64.81%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#401297 (or 0x401297) is known color: Persian Indigo. HEX triplet: 40, 12 and 97. RGB value is (64,18,151). Sum of RGB (Red+Green+Blue) = 64+18+151=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 151 (59.38% from 255 or 64.81% from 233); Max value from RGB is 151 - color contains mainly: blue. Hex color #401297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401297 is #BFED68. Grayscale: #2E2E2E. Windows color (decimal): -12578153 or 9900608. OLE color: 9900608.

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

Color convert

RGB 64 18 151 -
CMYK 0.58 0.88 0 0.41
HSL 260.75º 0.79% 0.33% -
HSV(B) 260.75º 0.88% 0.59% -
XYZ 7.92 3.76 29.59 -
YUV 46.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 64 18 151 0.58 0.88 0 0.41 260.75 0.79 0.33
Hex 40 12 97 3A 58 0 29 105 4F 21
Octal 100 22 227 72 130 0 51 405 117 41
Binary 1000000 10010 10010111 111010 1011000 0 101001 100000101 1001111 100001

Color Harmonies of #401297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401297

Black with #401297

Text Example


Text Example

White with #401297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401297; }

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

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

background-color css

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

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

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

border-color css

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

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

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