#41177B

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

Shades of Persian Indigo #41177B

Tints of Persian Indigo #41177B

Color information

#41177B (or 0x41177B) is unknown color: approx Persian Indigo. HEX triplet: 41, 17 and 7B. RGB value is (65,23,123). Sum of RGB (Red+Green+Blue) = 65+23+123=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #41177B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41177B is #BEE884. Grayscale: #2E2E2E. Windows color (decimal): -12511365 or 8066881. OLE color: 8066881.

HSL color Cylindrical-coordinate representation of color #41177B: hue angle of 265.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41177B is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6523123-
CMYK0.470.8100.52
HSL265.2º68.49%28.63%-
HSV(B)265.2º81.3%48.24%-
XYZ6.063.1719.03-
YUV46.96170.91140.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 23 (9.38% from 255) = 10.90%
BLUE value IS 123 (48.44% from 255) = 58.29%
R=30.81%
G=10.90%
B=58.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65231230.470.8100.52265.268.4928.63
Hex41177B2F51034109441d
Octal101271735712106441110435
Binary100000110111111101110111110100010110100100001001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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