Html Css Color HEX #401675 Persian Indigo

📋 copy color: '#401675'

red 64 ◦ green 22 ◦ blue 117

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

Shades of Persian Indigo #401675

Tints of Persian Indigo #401675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.64%

R = 31.53%
G = 10.84%
B = 57.64%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#401675 (or 0x401675) is known color: Persian Indigo. HEX triplet: 40, 16 and 75. RGB value is (64,22,117). Sum of RGB (Red+Green+Blue) = 64+22+117=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #401675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401675 is #BFE98A. Grayscale: #2D2D2D. Windows color (decimal): -12577163 or 7673408. OLE color: 7673408.

HSL color Cylindrical-coordinate representation of color #401675: hue angle of 266.53º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401675 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 22 117 -
CMYK 0.45 0.81 0 0.54
HSL 266.53º 0.68% 0.27% -
HSV(B) 266.53º 0.81% 0.46% -
XYZ 5.61 2.95 17.1 -
YUV 45.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 64 22 117 0.45 0.81 0 0.54 266.53 0.68 0.27
Hex 40 16 75 2D 51 0 36 10B 44 1B
Octal 100 26 165 55 121 0 66 413 104 33
Binary 1000000 10110 1110101 101101 1010001 0 110110 100001011 1000100 11011

Color Harmonies of #401675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401675

Black with #401675

Text Example


Text Example

White with #401675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401675; }

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

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

background-color css

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

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

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

border-color css

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

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

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