Html Css Color HEX #401885 Persian Indigo

📋 copy color: '#401885'

red 64 ◦ green 24 ◦ blue 133

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

Shades of Persian Indigo #401885

Tints of Persian Indigo #401885

RGB

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

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

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

R = 28.96%
G = 10.86%
B = 60.18%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#401885 (or 0x401885) is known color: Persian Indigo. HEX triplet: 40, 18 and 85. RGB value is (64,24,133). Sum of RGB (Red+Green+Blue) = 64+24+133=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #401885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401885 is #BFE77A. Grayscale: #2F2F2F. Windows color (decimal): -12576635 or 8722496. OLE color: 8722496.

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

Color convert

RGB 64 24 133 -
CMYK 0.52 0.82 0 0.48
HSL 262.02º 0.69% 0.31% -
HSV(B) 262.02º 0.82% 0.52% -
XYZ 6.67 3.44 22.5 -
YUV 48.39 175.75 139.14 -
System Red Green Blue C M Y K H S L
Decimal 64 24 133 0.52 0.82 0 0.48 262.02 0.69 0.31
Hex 40 18 85 34 52 0 30 106 45 1F
Octal 100 30 205 64 122 0 60 406 105 37
Binary 1000000 11000 10000101 110100 1010010 0 110000 100000110 1000101 11111

Color Harmonies of #401885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401885

Black with #401885

Text Example


Text Example

White with #401885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401885; }

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

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

background-color css

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

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

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

border-color css

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

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

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