#28017B

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

Shades of Persian Indigo #28017B

Tints of Persian Indigo #28017B

Color information

#28017B (or 0x28017B) is unknown color: approx Persian Indigo. HEX triplet: 28, 01 and 7B. RGB value is (40,1,123). Sum of RGB (Red+Green+Blue) = 40+1+123=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 123 (48.44% from 255 or 75% from 164); Max value from RGB is 123 - color contains mainly: blue. Hex color #28017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28017B is #D7FE84. Grayscale: #1A1A1A. Windows color (decimal): -14155397 or 8061224. OLE color: 8061224.

HSL color Cylindrical-coordinate representation of color #28017B: hue angle of 259.18º 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 #28017B is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB401123-
CMYK0.670.9900.52
HSL259.18º98.39%24.31%-
HSV(B)259.18º99.19%48.24%-
XYZ4.461.918.87-
YUV26.57182.42137.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.39%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 123 (48.44% from 255) = 75%
R=24.39%
G=0.61%
B=75%

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
Decimal4011230.670.9900.52259.1898.3924.31
Hex2817B43630341036218
Octal50117310314306440314230
Binary10100011111011100001111000110110100100000011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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