Html Css Color HEX #401792 Persian Indigo

📋 copy color: '#401792'

red 64 ◦ green 23 ◦ blue 146

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

Shades of Persian Indigo #401792

Tints of Persian Indigo #401792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.87%

 BLUE value IS 146 (57.42% from 255) = 62.66%

R = 27.47%
G = 9.87%
B = 62.66%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#401792 (or 0x401792) is known color: Persian Indigo. HEX triplet: 40, 17 and 92. RGB value is (64,23,146). Sum of RGB (Red+Green+Blue) = 64+23+146=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #401792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401792 is #BFE86D. Grayscale: #303030. Windows color (decimal): -12576878 or 9574208. OLE color: 9574208.

HSL color Cylindrical-coordinate representation of color #401792: hue angle of 260º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401792 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 23 146 -
CMYK 0.56 0.84 0 0.43
HSL 260º 0.73% 0.33% -
HSV(B) 260º 0.84% 0.57% -
XYZ 7.61 3.78 27.52 -
YUV 49.28 182.58 138.5 -
System Red Green Blue C M Y K H S L
Decimal 64 23 146 0.56 0.84 0 0.43 260 0.73 0.33
Hex 40 17 92 38 54 0 2B 104 49 21
Octal 100 27 222 70 124 0 53 404 111 41
Binary 1000000 10111 10010010 111000 1010100 0 101011 100000100 1001001 100001

Color Harmonies of #401792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401792

Black with #401792

Text Example


Text Example

White with #401792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401792; }

 p { color: rgb(64,23,146); }

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

background-color css

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

 a { background-color: rgb(64,23,146); }

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

border-color css

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

 span { border-color: rgb(64,23,146); }

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