Html Css Color HEX #401092 Persian Indigo

📋 copy color: '#401092'

red 64 ◦ green 16 ◦ blue 146

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

Shades of Persian Indigo #401092

Tints of Persian Indigo #401092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.6%

R = 28.32%
G = 7.08%
B = 64.6%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#401092 (or 0x401092) is known color: Persian Indigo. HEX triplet: 40, 10 and 92. RGB value is (64,16,146). Sum of RGB (Red+Green+Blue) = 64+16+146=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #401092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401092 is #BFEF6D. Grayscale: #2C2C2C. Windows color (decimal): -12578670 or 9572416. OLE color: 9572416.

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

Color convert

RGB 64 16 146 -
CMYK 0.56 0.89 0 0.43
HSL 262.15º 0.8% 0.32% -
HSV(B) 262.15º 0.89% 0.57% -
XYZ 7.49 3.54 27.48 -
YUV 45.17 184.9 141.43 -
System Red Green Blue C M Y K H S L
Decimal 64 16 146 0.56 0.89 0 0.43 262.15 0.8 0.32
Hex 40 10 92 38 59 0 2B 106 50 20
Octal 100 20 222 70 131 0 53 406 120 40
Binary 1000000 10000 10010010 111000 1011001 0 101011 100000110 1010000 100000

Color Harmonies of #401092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401092

Black with #401092

Text Example


Text Example

White with #401092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401092; }

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

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

background-color css

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

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

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

border-color css

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

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

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