#28017A

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

Shades of Persian Indigo #28017A

Tints of Persian Indigo #28017A

Color information

#28017A (or 0x28017A) is unknown color: approx Persian Indigo. HEX triplet: 28, 01 and 7A. RGB value is (40,1,122). Sum of RGB (Red+Green+Blue) = 40+1+122=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 122 (48.05% from 255 or 74.85% from 163); Max value from RGB is 122 - color contains mainly: blue. Hex color #28017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28017A is #D7FE85. Grayscale: #1A1A1A. Windows color (decimal): -14155398 or 7995688. OLE color: 7995688.

HSL color Cylindrical-coordinate representation of color #28017A: hue angle of 259.34º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28017A is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB401122-
CMYK0.670.9900.52
HSL259.34º98.37%24.12%-
HSV(B)259.34º99.18%47.84%-
XYZ4.41.8818.54-
YUV26.46181.92137.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.54%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 122 (48.05% from 255) = 74.85%
R=24.54%
G=0.61%
B=74.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4011220.670.9900.52259.3498.3724.12
Hex2817A43630341036218
Octal50117210314306440314230
Binary10100011111010100001111000110110100100000011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28017A; }

 p { color: rgb(40,1,122); }

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

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

 a { background-color: rgb(40,1,122); }

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

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

 span { border-color: rgb(40,1,122); }

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