#261676

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

Shades of Persian Indigo #261676

Tints of Persian Indigo #261676

Color information

#261676 (or 0x261676) is unknown color: approx Persian Indigo. HEX triplet: 26, 16 and 76. RGB value is (38,22,118). Sum of RGB (Red+Green+Blue) = 38+22+118=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #261676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261676 is #D9E989. Grayscale: #252525. Windows color (decimal): -14281098 or 7738918. OLE color: 7738918.

HSL color Cylindrical-coordinate representation of color #261676: hue angle of 250º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #261676 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3822118-
CMYK0.680.8100.54
HSL250º68.57%27.45%-
HSV(B)250º81.36%46.27%-
XYZ4.362.2917.35-
YUV37.73173.3128.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 22 (8.98% from 255) = 12.36%
BLUE value IS 118 (46.48% from 255) = 66.29%
R=21.35%
G=12.36%
B=66.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38221180.680.8100.5425068.5727.45
Hex2616764451036fa451b
Octal462616610412106637210533
Binary10011010110111011010001001010001011011011111010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261676; }

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

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

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

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

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

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

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

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