Html Css Color HEX #401293 Persian Indigo

📋 copy color: '#401293'

red 64 ◦ green 18 ◦ blue 147

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

Shades of Persian Indigo #401293

Tints of Persian Indigo #401293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.19%

R = 27.95%
G = 7.86%
B = 64.19%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#401293 (or 0x401293) is known color: Persian Indigo. HEX triplet: 40, 12 and 93. RGB value is (64,18,147). Sum of RGB (Red+Green+Blue) = 64+18+147=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #401293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401293 is #BFED6C. Grayscale: #2D2D2D. Windows color (decimal): -12578157 or 9638464. OLE color: 9638464.

HSL color Cylindrical-coordinate representation of color #401293: hue angle of 261.4º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401293 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 18 147 -
CMYK 0.56 0.88 0 0.42
HSL 261.4º 0.78% 0.32% -
HSV(B) 261.4º 0.88% 0.58% -
XYZ 7.6 3.63 27.9 -
YUV 46.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 64 18 147 0.56 0.88 0 0.42 261.4 0.78 0.32
Hex 40 12 93 38 58 0 2A 105 4E 20
Octal 100 22 223 70 130 0 52 405 116 40
Binary 1000000 10010 10010011 111000 1011000 0 101010 100000101 1001110 100000

Color Harmonies of #401293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401293

Black with #401293

Text Example


Text Example

White with #401293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401293; }

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

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

background-color css

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

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

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

border-color css

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

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

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