#261C88

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

Shades of Persian Indigo #261C88

Tints of Persian Indigo #261C88

Color information

#261C88 (or 0x261C88) is unknown color: approx Persian Indigo. HEX triplet: 26, 1C and 88. RGB value is (38,28,136). Sum of RGB (Red+Green+Blue) = 38+28+136=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #261C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261C88 is #D9E377. Grayscale: #2A2A2A. Windows color (decimal): -14279544 or 8920102. OLE color: 8920102.

HSL color Cylindrical-coordinate representation of color #261C88: hue angle of 245.56º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261C88 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3828136-
CMYK0.720.7900.47
HSL245.56º65.85%32.16%-
HSV(B)245.56º79.41%53.33%-
XYZ5.663.0223.58-
YUV43.3180.31124.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 28 (11.33% from 255) = 13.86%
BLUE value IS 136 (53.52% from 255) = 67.33%
R=18.81%
G=13.86%
B=67.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38281360.720.7900.47245.5665.8532.16
Hex261C88484F02Ff64220
Octal463421011011705736610240
Binary1001101110010001000100100010011110101111111101101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261C88; }

 p { color: rgb(38,28,136); }

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

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

 a { background-color: rgb(38,28,136); }

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

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

 span { border-color: rgb(38,28,136); }

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