#261777

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

Shades of Persian Indigo #261777

Tints of Persian Indigo #261777

Color information

#261777 (or 0x261777) is unknown color: approx Persian Indigo. HEX triplet: 26, 17 and 77. RGB value is (38,23,119). Sum of RGB (Red+Green+Blue) = 38+23+119=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #261777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261777 is #D9E888. Grayscale: #262626. Windows color (decimal): -14280841 or 7804710. OLE color: 7804710.

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

Color convert

RGB3823119-
CMYK0.680.8100.53
HSL249.38º67.61%27.84%-
HSV(B)249.38º80.67%46.67%-
XYZ4.442.3617.67-
YUV38.43173.47127.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 23 (9.38% from 255) = 12.78%
BLUE value IS 119 (46.88% from 255) = 66.11%
R=21.11%
G=12.78%
B=66.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38231190.680.8100.53249.3867.6127.84
Hex2617774451035f9441c
Octal462716710412106537110434
Binary10011010111111011110001001010001011010111111001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261777; }

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

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

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

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

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

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

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

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