#41177D

Color #41177D Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #41177D

Tints of Persian Indigo #41177D

Color information

#41177D (or 0x41177D) is unknown color: approx Persian Indigo. HEX triplet: 41, 17 and 7D. RGB value is (65,23,125). Sum of RGB (Red+Green+Blue) = 65+23+125=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #41177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41177D is #BEE882. Grayscale: #2E2E2E. Windows color (decimal): -12511363 or 8197953. OLE color: 8197953.

HSL color Cylindrical-coordinate representation of color #41177D: hue angle of 264.71º 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 #41177D is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6523125-
CMYK0.480.8200.51
HSL264.71º68.92%29.02%-
HSV(B)264.71º81.6%49.02%-
XYZ6.193.2219.7-
YUV47.19171.91140.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 23 (9.38% from 255) = 10.80%
BLUE value IS 125 (49.22% from 255) = 58.69%
R=30.52%
G=10.80%
B=58.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65231250.480.8200.51264.7168.9229.02
Hex41177D3052033109451d
Octal101271756012206341110535
Binary100000110111111110111000010100100110011100001001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41177D;
 }
 .AnyTagClassName
 {
   color: #41177D;
 }
</style>
background-color css

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

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

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

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

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

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