#261678

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

Shades of Persian Indigo #261678

Tints of Persian Indigo #261678

Color information

#261678 (or 0x261678) is unknown color: approx Persian Indigo. HEX triplet: 26, 16 and 78. RGB value is (38,22,120). Sum of RGB (Red+Green+Blue) = 38+22+120=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 120 (47.27% from 255 or 66.67% from 180); Max value from RGB is 120 - color contains mainly: blue. Hex color #261678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261678 is #D9E987. Grayscale: #252525. Windows color (decimal): -14281096 or 7869990. OLE color: 7869990.

HSL color Cylindrical-coordinate representation of color #261678: hue angle of 249.8º 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 #261678 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3822120-
CMYK0.680.8200.53
HSL249.8º69.01%27.84%-
HSV(B)249.8º81.67%47.06%-
XYZ4.482.3417.99-
YUV37.96174.3128.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 120 (47.27% from 255) = 66.67%
R=21.11%
G=12.22%
B=66.67%

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
Decimal38221200.680.8200.53249.869.0127.84
Hex2616784452035fa451c
Octal462617010412206537210534
Binary10011010110111100010001001010010011010111111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261678; }

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

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

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

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

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

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

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

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