#28027B

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

Shades of Persian Indigo #28027B

Tints of Persian Indigo #28027B

Color information

#28027B (or 0x28027B) is unknown color: approx Persian Indigo. HEX triplet: 28, 02 and 7B. RGB value is (40,2,123). Sum of RGB (Red+Green+Blue) = 40+2+123=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 123 (48.44% from 255 or 74.55% from 165); Max value from RGB is 123 - color contains mainly: blue. Hex color #28027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28027B is #D7FD84. Grayscale: #1A1A1A. Windows color (decimal): -14155141 or 8061480. OLE color: 8061480.

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

Color convert

RGB402123-
CMYK0.670.9800.52
HSL258.84º96.8%24.51%-
HSV(B)258.84º98.37%48.24%-
XYZ4.471.9218.87-
YUV27.16182.09137.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 123 (48.44% from 255) = 74.55%
R=24.24%
G=1.21%
B=74.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4021230.670.9800.52258.8496.824.51
Hex2827B43620341036119
Octal50217310314206440314131
Binary101000101111011100001111000100110100100000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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