#261577

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

Shades of Persian Indigo #261577

Tints of Persian Indigo #261577

Color information

#261577 (or 0x261577) is unknown color: approx Persian Indigo. HEX triplet: 26, 15 and 77. RGB value is (38,21,119). Sum of RGB (Red+Green+Blue) = 38+21+119=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 119 (46.88% from 255 or 66.85% from 178); Max value from RGB is 119 - color contains mainly: blue. Hex color #261577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261577 is #D9EA88. Grayscale: #242424. Windows color (decimal): -14281353 or 7804198. OLE color: 7804198.

HSL color Cylindrical-coordinate representation of color #261577: hue angle of 250.41º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261577 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3821119-
CMYK0.680.8200.53
HSL250.41º70%27.45%-
HSV(B)250.41º82.35%46.67%-
XYZ4.42.2817.66-
YUV37.26174.13128.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 119 (46.88% from 255) = 66.85%
R=21.35%
G=11.80%
B=66.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38211190.680.8200.53250.417027.45
Hex2615774452035fa461b
Octal462516710412206537210633
Binary10011010101111011110001001010010011010111111010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261577; }

 p { color: rgb(38,21,119); }

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

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

 a { background-color: rgb(38,21,119); }

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

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

 span { border-color: rgb(38,21,119); }

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