#280075

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

Shades of Persian Indigo #280075

Tints of Persian Indigo #280075

Color information

#280075 (or 0x280075) is unknown color: approx Persian Indigo. HEX triplet: 28, 00 and 75. RGB value is (40,0,117). Sum of RGB (Red+Green+Blue) = 40+0+117=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #280075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280075 is #D7FF8A. Grayscale: #181818. Windows color (decimal): -14155659 or 7667752. OLE color: 7667752.

HSL color Cylindrical-coordinate representation of color #280075: hue angle of 260.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280075 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB400117-
CMYK0.66100.54
HSL260.51º100%22.94%-
HSV(B)260.51º100%45.88%-
XYZ4.091.7416.95-
YUV25.3179.75138.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 74.52%
R=25.48%
G=0%
B=74.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4001170.66100.54260.5110022.94
Hex2807542640361056417
Octal50016510214406640514427
Binary10100001110101100001011001000110110100000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280075; }

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

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

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

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

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

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

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

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