Html Css Color HEX #401685 Persian Indigo

📋 copy color: '#401685'

red 64 ◦ green 22 ◦ blue 133

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

Shades of Persian Indigo #401685

Tints of Persian Indigo #401685

RGB

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

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

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

R = 29.22%
G = 10.05%
B = 60.73%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#401685 (or 0x401685) is known color: Persian Indigo. HEX triplet: 40, 16 and 85. RGB value is (64,22,133). Sum of RGB (Red+Green+Blue) = 64+22+133=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #401685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401685 is #BFE97A. Grayscale: #2E2E2E. Windows color (decimal): -12577147 or 8721984. OLE color: 8721984.

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

Color convert

RGB 64 22 133 -
CMYK 0.52 0.83 0 0.48
HSL 262.7º 0.72% 0.3% -
HSV(B) 262.7º 0.83% 0.52% -
XYZ 6.63 3.36 22.49 -
YUV 47.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 64 22 133 0.52 0.83 0 0.48 262.7 0.72 0.3
Hex 40 16 85 34 53 0 30 107 48 1E
Octal 100 26 205 64 123 0 60 407 110 36
Binary 1000000 10110 10000101 110100 1010011 0 110000 100000111 1001000 11110

Color Harmonies of #401685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401685

Black with #401685

Text Example


Text Example

White with #401685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401685; }

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

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

background-color css

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

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

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

border-color css

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

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

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