#280E67

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

Shades of Persian Indigo #280E67

Tints of Persian Indigo #280E67

Color information

#280E67 (or 0x280E67) is unknown color: approx Persian Indigo. HEX triplet: 28, 0E and 67. RGB value is (40,14,103). Sum of RGB (Red+Green+Blue) = 40+14+103=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 103 (40.62% from 255 or 65.61% from 157); Max value from RGB is 103 - color contains mainly: blue. Hex color #280E67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E67 is #D7F198. Grayscale: #1F1F1F. Windows color (decimal): -14152089 or 6753832. OLE color: 6753832.

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

Color convert

RGB4014103-
CMYK0.610.8600.60
HSL257.53º76.07%22.94%-
HSV(B)257.53º86.41%40.39%-
XYZ3.481.7412.99-
YUV31.92168.11133.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 14 (5.86% from 255) = 8.92%
BLUE value IS 103 (40.62% from 255) = 65.61%
R=25.48%
G=8.92%
B=65.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40141030.610.8600.60257.5376.0722.94
Hex28E673D5603C1024c17
Octal50161477512607440211427
Binary1010001110110011111110110101100111100100000010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,14,103); }

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

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

 a { background-color: rgb(40,14,103); }

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

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

 span { border-color: rgb(40,14,103); }

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