#28007A

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

Shades of Persian Indigo #28007A

Tints of Persian Indigo #28007A

Color information

#28007A (or 0x28007A) is unknown color: approx Persian Indigo. HEX triplet: 28, 00 and 7A. RGB value is (40,0,122). Sum of RGB (Red+Green+Blue) = 40+0+122=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 122 (48.05% from 255 or 75.31% from 162); Max value from RGB is 122 - color contains mainly: blue. Hex color #28007A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28007A is #D7FF85. Grayscale: #191919. Windows color (decimal): -14155654 or 7995432. OLE color: 7995432.

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

Color convert

RGB400122-
CMYK0.67100.52
HSL259.67º100%23.92%-
HSV(B)259.67º100%47.84%-
XYZ4.391.8618.54-
YUV25.87182.25138.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 75.31%
R=24.69%
G=0%
B=75.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4001220.67100.52259.6710023.92
Hex2807A43640341046418
Octal50017210314406440414430
Binary10100001111010100001111001000110100100000100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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