Html Css Color HEX #401892 Persian Indigo

📋 copy color: '#401892'

red 64 ◦ green 24 ◦ blue 146

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

Shades of Persian Indigo #401892

Tints of Persian Indigo #401892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.26%

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

R = 27.35%
G = 10.26%
B = 62.39%

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

#401892 (or 0x401892) is known color: Persian Indigo. HEX triplet: 40, 18 and 92. RGB value is (64,24,146). Sum of RGB (Red+Green+Blue) = 64+24+146=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #401892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401892 is #BFE76D. Grayscale: #313131. Windows color (decimal): -12576622 or 9574464. OLE color: 9574464.

HSL color Cylindrical-coordinate representation of color #401892: hue angle of 259.67º degrees, saturation: 0.72, 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 #401892 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 24 146 -
CMYK 0.56 0.84 0 0.43
HSL 259.67º 0.72% 0.33% -
HSV(B) 259.67º 0.84% 0.57% -
XYZ 7.63 3.82 27.53 -
YUV 49.87 182.25 138.08 -
System Red Green Blue C M Y K H S L
Decimal 64 24 146 0.56 0.84 0 0.43 259.67 0.72 0.33
Hex 40 18 92 38 54 0 2B 104 48 21
Octal 100 30 222 70 124 0 53 404 110 41
Binary 1000000 11000 10010010 111000 1010100 0 101011 100000100 1001000 100001

Color Harmonies of #401892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401892

Black with #401892

Text Example


Text Example

White with #401892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401892; }

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

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

background-color css

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

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

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

border-color css

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

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

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