Html Css Color HEX #401182 Persian Indigo

📋 copy color: '#401182'

red 64 ◦ green 17 ◦ blue 130

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

Shades of Persian Indigo #401182

Tints of Persian Indigo #401182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.06%

 BLUE value IS 130 (51.17% from 255) = 61.61%

R = 30.33%
G = 8.06%
B = 61.61%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#401182 (or 0x401182) is known color: Persian Indigo. HEX triplet: 40, 11 and 82. RGB value is (64,17,130). Sum of RGB (Red+Green+Blue) = 64+17+130=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #401182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401182 is #BFEE7D. Grayscale: #2B2B2B. Windows color (decimal): -12578430 or 8524096. OLE color: 8524096.

HSL color Cylindrical-coordinate representation of color #401182: hue angle of 264.96º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401182 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 17 130 -
CMYK 0.51 0.87 0 0.49
HSL 264.96º 0.77% 0.29% -
HSV(B) 264.96º 0.87% 0.51% -
XYZ 6.34 3.1 21.38 -
YUV 43.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 64 17 130 0.51 0.87 0 0.49 264.96 0.77 0.29
Hex 40 11 82 33 57 0 31 109 4D 1D
Octal 100 21 202 63 127 0 61 411 115 35
Binary 1000000 10001 10000010 110011 1010111 0 110001 100001001 1001101 11101

Color Harmonies of #401182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401182

Black with #401182

Text Example


Text Example

White with #401182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401182; }

 p { color: rgb(64,17,130); }

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

background-color css

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

 a { background-color: rgb(64,17,130); }

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

border-color css

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

 span { border-color: rgb(64,17,130); }

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