Html Css Color HEX #401693 Persian Indigo

📋 copy color: '#401693'

red 64 ◦ green 22 ◦ blue 147

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

Shades of Persian Indigo #401693

Tints of Persian Indigo #401693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.44%

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

R = 27.47%
G = 9.44%
B = 63.09%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#401693 (or 0x401693) is known color: Persian Indigo. HEX triplet: 40, 16 and 93. RGB value is (64,22,147). Sum of RGB (Red+Green+Blue) = 64+22+147=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #401693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401693 is #BFE96C. Grayscale: #303030. Windows color (decimal): -12577133 or 9639488. OLE color: 9639488.

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

Color convert

RGB 64 22 147 -
CMYK 0.56 0.85 0 0.42
HSL 260.16º 0.74% 0.33% -
HSV(B) 260.16º 0.85% 0.58% -
XYZ 7.67 3.77 27.93 -
YUV 48.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 64 22 147 0.56 0.85 0 0.42 260.16 0.74 0.33
Hex 40 16 93 38 55 0 2A 104 4A 21
Octal 100 26 223 70 125 0 52 404 112 41
Binary 1000000 10110 10010011 111000 1010101 0 101010 100000100 1001010 100001

Color Harmonies of #401693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401693

Black with #401693

Text Example


Text Example

White with #401693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401693; }

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

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

background-color css

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

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

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

border-color css

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

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

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