#280F7A

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

Shades of Persian Indigo #280F7A

Tints of Persian Indigo #280F7A

Color information

#280F7A (or 0x280F7A) is unknown color: approx Persian Indigo. HEX triplet: 28, 0F and 7A. RGB value is (40,15,122). Sum of RGB (Red+Green+Blue) = 40+15+122=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 122 (48.05% from 255 or 68.93% from 177); Max value from RGB is 122 - color contains mainly: blue. Hex color #280F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280F7A is #D7F085. Grayscale: #222222. Windows color (decimal): -14151814 or 7999272. OLE color: 7999272.

HSL color Cylindrical-coordinate representation of color #280F7A: hue angle of 254.02º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280F7A is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4015122-
CMYK0.670.8800.52
HSL254.02º78.1%26.86%-
HSV(B)254.02º87.7%47.84%-
XYZ4.562.218.6-
YUV34.67177.28131.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.60%
GREEN value IS 15 (6.25% from 255) = 8.47%
BLUE value IS 122 (48.05% from 255) = 68.93%
R=22.60%
G=8.47%
B=68.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40151220.670.8800.52254.0278.126.86
Hex28F7A4358034fe4e1b
Octal501717210313006437611633
Binary1010001111111101010000111011000011010011111110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280F7A; }

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

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

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

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

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

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

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

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