Html Css Color HEX #40177F Persian Indigo

📋 copy color: '#40177F'

red 64 ◦ green 23 ◦ blue 127

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

Shades of Persian Indigo #40177F

Tints of Persian Indigo #40177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.35%

R = 29.91%
G = 10.75%
B = 59.35%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40177F (or 0x40177F) is known color: Persian Indigo. HEX triplet: 40, 17 and 7F. RGB value is (64,23,127). Sum of RGB (Red+Green+Blue) = 64+23+127=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #40177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40177F is #BFE880. Grayscale: #2E2E2E. Windows color (decimal): -12576897 or 8329024. OLE color: 8329024.

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

Color convert

RGB 64 23 127 -
CMYK 0.50 0.82 0 0.50
HSL 263.65º 0.69% 0.29% -
HSV(B) 263.65º 0.82% 0.5% -
XYZ 6.25 3.24 20.37 -
YUV 47.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 64 23 127 0.50 0.82 0 0.50 263.65 0.69 0.29
Hex 40 17 7F 32 52 0 32 108 45 1D
Octal 100 27 177 62 122 0 62 410 105 35
Binary 1000000 10111 1111111 110010 1010010 0 110010 100001000 1000101 11101

Color Harmonies of #40177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40177F

Black with #40177F

Text Example


Text Example

White with #40177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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