#280C63

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

Shades of Persian Indigo #280C63

Tints of Persian Indigo #280C63

Color information

#280C63 (or 0x280C63) is unknown color: approx Persian Indigo. HEX triplet: 28, 0C and 63. RGB value is (40,12,99). Sum of RGB (Red+Green+Blue) = 40+12+99=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #280C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C63 is #D7F39C. Grayscale: #1D1D1D. Windows color (decimal): -14152605 or 6491176. OLE color: 6491176.

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

Color convert

RGB401299-
CMYK0.600.8800.61
HSL259.31º78.38%21.76%-
HSV(B)259.31º87.88%38.82%-
XYZ3.261.6111.94-
YUV30.29166.78134.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.49%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 99 (39.06% from 255) = 65.56%
R=26.49%
G=7.95%
B=65.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4012990.600.8800.61259.3178.3821.76
Hex28C633C5803D1034e16
Octal50141437413007540311626
Binary1010001100110001111110010110000111101100000011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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