Html Css Color HEX #40177D Persian Indigo

📋 copy color: '#40177D'

red 64 ◦ green 23 ◦ blue 125

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

Shades of Persian Indigo #40177D

Tints of Persian Indigo #40177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.96%

R = 30.19%
G = 10.85%
B = 58.96%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40177D (or 0x40177D) is known color: Persian Indigo. HEX triplet: 40, 17 and 7D. RGB value is (64,23,125). Sum of RGB (Red+Green+Blue) = 64+23+125=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #40177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40177D is #BFE882. Grayscale: #2E2E2E. Windows color (decimal): -12576899 or 8197952. OLE color: 8197952.

HSL color Cylindrical-coordinate representation of color #40177D: hue angle of 264.12º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40177D is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 23 125 -
CMYK 0.49 0.82 0 0.51
HSL 264.12º 0.69% 0.29% -
HSV(B) 264.12º 0.82% 0.49% -
XYZ 6.12 3.18 19.69 -
YUV 46.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 64 23 125 0.49 0.82 0 0.51 264.12 0.69 0.29
Hex 40 17 7D 31 52 0 33 108 45 1D
Octal 100 27 175 61 122 0 63 410 105 35
Binary 1000000 10111 1111101 110001 1010010 0 110011 100001000 1000101 11101

Color Harmonies of #40177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40177D

Black with #40177D

Text Example


Text Example

White with #40177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40177D; }

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

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

background-color css

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

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

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

border-color css

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

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

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