#280F65

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

Shades of Persian Indigo #280F65

Tints of Persian Indigo #280F65

Color information

#280F65 (or 0x280F65) is unknown color: approx Persian Indigo. HEX triplet: 28, 0F and 65. RGB value is (40,15,101). Sum of RGB (Red+Green+Blue) = 40+15+101=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #280F65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280F65 is #D7F09A. Grayscale: #1F1F1F. Windows color (decimal): -14151835 or 6623016. OLE color: 6623016.

HSL color Cylindrical-coordinate representation of color #280F65: hue angle of 257.44º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280F65 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4015101-
CMYK0.600.8500.60
HSL257.44º74.14%22.75%-
HSV(B)257.44º85.15%39.61%-
XYZ3.391.7312.47-
YUV32.28166.78133.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.64%
GREEN value IS 15 (6.25% from 255) = 9.62%
BLUE value IS 101 (39.84% from 255) = 64.74%
R=25.64%
G=9.62%
B=64.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40151010.600.8500.60257.4474.1422.75
Hex28F653C5503C1014a17
Octal50171457412507440111227
Binary1010001111110010111110010101010111100100000001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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