Html Css Color HEX #401282 Persian Indigo

📋 copy color: '#401282'

red 64 ◦ green 18 ◦ blue 130

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

Shades of Persian Indigo #401282

Tints of Persian Indigo #401282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

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

R = 30.19%
G = 8.49%
B = 61.32%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#401282 (or 0x401282) is known color: Persian Indigo. HEX triplet: 40, 12 and 82. RGB value is (64,18,130). Sum of RGB (Red+Green+Blue) = 64+18+130=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #401282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401282 is #BFED7D. Grayscale: #2C2C2C. Windows color (decimal): -12578174 or 8524352. OLE color: 8524352.

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

Color convert

RGB 64 18 130 -
CMYK 0.51 0.86 0 0.49
HSL 264.64º 0.76% 0.29% -
HSV(B) 264.64º 0.86% 0.51% -
XYZ 6.36 3.13 21.39 -
YUV 44.52 176.24 141.89 -
System Red Green Blue C M Y K H S L
Decimal 64 18 130 0.51 0.86 0 0.49 264.64 0.76 0.29
Hex 40 12 82 33 56 0 31 109 4C 1D
Octal 100 22 202 63 126 0 61 411 114 35
Binary 1000000 10010 10000010 110011 1010110 0 110001 100001001 1001100 11101

Color Harmonies of #401282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401282

Black with #401282

Text Example


Text Example

White with #401282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401282; }

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

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

background-color css

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

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

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

border-color css

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

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

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