#261677

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

Shades of Persian Indigo #261677

Tints of Persian Indigo #261677

Color information

#261677 (or 0x261677) is unknown color: approx Persian Indigo. HEX triplet: 26, 16 and 77. RGB value is (38,22,119). Sum of RGB (Red+Green+Blue) = 38+22+119=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 119 (46.88% from 255 or 66.48% from 179); Max value from RGB is 119 - color contains mainly: blue. Hex color #261677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261677 is #D9E988. Grayscale: #252525. Windows color (decimal): -14281097 or 7804454. OLE color: 7804454.

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

Color convert

RGB3822119-
CMYK0.680.8200.53
HSL249.9º68.79%27.65%-
HSV(B)249.9º81.51%46.67%-
XYZ4.422.3217.67-
YUV37.84173.8128.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 22 (8.98% from 255) = 12.29%
BLUE value IS 119 (46.88% from 255) = 66.48%
R=21.23%
G=12.29%
B=66.48%

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
Decimal38221190.680.8200.53249.968.7927.65
Hex2616774452035fa451c
Octal462616710412206537210534
Binary10011010110111011110001001010010011010111111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261677; }

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

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

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

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

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

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

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

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