#281C88

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

Shades of Persian Indigo #281C88

Tints of Persian Indigo #281C88

Color information

#281C88 (or 0x281C88) is unknown color: approx Persian Indigo. HEX triplet: 28, 1C and 88. RGB value is (40,28,136). Sum of RGB (Red+Green+Blue) = 40+28+136=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #281C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281C88 is #D7E377. Grayscale: #2B2B2B. Windows color (decimal): -14148472 or 8920104. OLE color: 8920104.

HSL color Cylindrical-coordinate representation of color #281C88: hue angle of 246.67º 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 #281C88 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4028136-
CMYK0.710.7900.47
HSL246.67º65.85%32.16%-
HSV(B)246.67º79.41%53.33%-
XYZ5.733.0623.58-
YUV43.9179.98125.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 28 (11.33% from 255) = 13.73%
BLUE value IS 136 (53.52% from 255) = 66.67%
R=19.61%
G=13.73%
B=66.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40281360.710.7900.47246.6765.8532.16
Hex281C88474F02Ff74220
Octal503421010711705736710240
Binary1010001110010001000100011110011110101111111101111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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