Html Css Color HEX #401285 Persian Indigo

📋 copy color: '#401285'

red 64 ◦ green 18 ◦ blue 133

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

Shades of Persian Indigo #401285

Tints of Persian Indigo #401285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.86%

R = 29.77%
G = 8.37%
B = 61.86%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#401285 (or 0x401285) is known color: Persian Indigo. HEX triplet: 40, 12 and 85. RGB value is (64,18,133). Sum of RGB (Red+Green+Blue) = 64+18+133=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #401285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401285 is #BFED7A. Grayscale: #2C2C2C. Windows color (decimal): -12578171 or 8720960. OLE color: 8720960.

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

Color convert

RGB 64 18 133 -
CMYK 0.52 0.86 0 0.48
HSL 264º 0.76% 0.3% -
HSV(B) 264º 0.86% 0.52% -
XYZ 6.56 3.22 22.47 -
YUV 44.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 64 18 133 0.52 0.86 0 0.48 264 0.76 0.3
Hex 40 12 85 34 56 0 30 108 4C 1E
Octal 100 22 205 64 126 0 60 410 114 36
Binary 1000000 10010 10000101 110100 1010110 0 110000 100001000 1001100 11110

Color Harmonies of #401285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401285

Black with #401285

Text Example


Text Example

White with #401285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401285; }

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

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

background-color css

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

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

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

border-color css

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

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

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