Html Css Color HEX #401882 Persian Indigo

📋 copy color: '#401882'

red 64 ◦ green 24 ◦ blue 130

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

Shades of Persian Indigo #401882

Tints of Persian Indigo #401882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

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

R = 29.36%
G = 11.01%
B = 59.63%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#401882 (or 0x401882) is known color: Persian Indigo. HEX triplet: 40, 18 and 82. RGB value is (64,24,130). Sum of RGB (Red+Green+Blue) = 64+24+130=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #401882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401882 is #BFE77D. Grayscale: #2F2F2F. Windows color (decimal): -12576638 or 8525888. OLE color: 8525888.

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

Color convert

RGB 64 24 130 -
CMYK 0.51 0.82 0 0.49
HSL 262.64º 0.69% 0.3% -
HSV(B) 262.64º 0.82% 0.51% -
XYZ 6.47 3.35 21.43 -
YUV 48.04 174.25 139.38 -
System Red Green Blue C M Y K H S L
Decimal 64 24 130 0.51 0.82 0 0.49 262.64 0.69 0.3
Hex 40 18 82 33 52 0 31 107 45 1E
Octal 100 30 202 63 122 0 61 407 105 36
Binary 1000000 11000 10000010 110011 1010010 0 110001 100000111 1000101 11110

Color Harmonies of #401882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401882

Black with #401882

Text Example


Text Example

White with #401882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401882; }

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

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

background-color css

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

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

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

border-color css

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

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

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