Html Css Color HEX #401382 Persian Indigo

📋 copy color: '#401382'

red 64 ◦ green 19 ◦ blue 130

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

Shades of Persian Indigo #401382

Tints of Persian Indigo #401382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

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

R = 30.05%
G = 8.92%
B = 61.03%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#401382 (or 0x401382) is known color: Persian Indigo. HEX triplet: 40, 13 and 82. RGB value is (64,19,130). Sum of RGB (Red+Green+Blue) = 64+19+130=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #401382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401382 is #BFEC7D. Grayscale: #2C2C2C. Windows color (decimal): -12577918 or 8524608. OLE color: 8524608.

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

Color convert

RGB 64 19 130 -
CMYK 0.51 0.85 0 0.49
HSL 264.32º 0.74% 0.29% -
HSV(B) 264.32º 0.85% 0.51% -
XYZ 6.38 3.17 21.39 -
YUV 45.11 175.91 141.47 -
System Red Green Blue C M Y K H S L
Decimal 64 19 130 0.51 0.85 0 0.49 264.32 0.74 0.29
Hex 40 13 82 33 55 0 31 108 4A 1D
Octal 100 23 202 63 125 0 61 410 112 35
Binary 1000000 10011 10000010 110011 1010101 0 110001 100001000 1001010 11101

Color Harmonies of #401382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401382

Black with #401382

Text Example


Text Example

White with #401382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401382; }

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

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

background-color css

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

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

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

border-color css

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

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

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