Html Css Color HEX #401093 Persian Indigo

📋 copy color: '#401093'

red 64 ◦ green 16 ◦ blue 147

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

Shades of Persian Indigo #401093

Tints of Persian Indigo #401093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.76%

R = 28.19%
G = 7.05%
B = 64.76%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#401093 (or 0x401093) is known color: Persian Indigo. HEX triplet: 40, 10 and 93. RGB value is (64,16,147). Sum of RGB (Red+Green+Blue) = 64+16+147=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #401093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401093 is #BFEF6C. Grayscale: #2C2C2C. Windows color (decimal): -12578669 or 9637952. OLE color: 9637952.

HSL color Cylindrical-coordinate representation of color #401093: hue angle of 261.98º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401093 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 16 147 -
CMYK 0.56 0.89 0 0.42
HSL 261.98º 0.8% 0.32% -
HSV(B) 261.98º 0.89% 0.58% -
XYZ 7.57 3.57 27.89 -
YUV 45.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 64 16 147 0.56 0.89 0 0.42 261.98 0.8 0.32
Hex 40 10 93 38 59 0 2A 106 50 20
Octal 100 20 223 70 131 0 52 406 120 40
Binary 1000000 10000 10010011 111000 1011001 0 101010 100000110 1010000 100000

Color Harmonies of #401093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401093

Black with #401093

Text Example


Text Example

White with #401093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401093; }

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

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

background-color css

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

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

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

border-color css

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

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

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