#280C65

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

Shades of Persian Indigo #280C65

Tints of Persian Indigo #280C65

Color information

#280C65 (or 0x280C65) is unknown color: approx Persian Indigo. HEX triplet: 28, 0C and 65. RGB value is (40,12,101). Sum of RGB (Red+Green+Blue) = 40+12+101=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #280C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C65 is #D7F39A. Grayscale: #1E1E1E. Windows color (decimal): -14152603 or 6622248. OLE color: 6622248.

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

Color convert

RGB4012101-
CMYK0.600.8800.60
HSL258.88º78.76%22.16%-
HSV(B)258.88º88.12%39.61%-
XYZ3.361.6512.45-
YUV30.52167.78134.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 12 (5.08% from 255) = 7.84%
BLUE value IS 101 (39.84% from 255) = 66.01%
R=26.14%
G=7.84%
B=66.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40121010.600.8800.60258.8878.7622.16
Hex28C653C5803C1034f16
Octal50141457413007440311726
Binary1010001100110010111110010110000111100100000011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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