#280262

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

Shades of Persian Indigo #280262

Tints of Persian Indigo #280262

Color information

#280262 (or 0x280262) is unknown color: approx Persian Indigo. HEX triplet: 28, 02 and 62. RGB value is (40,2,98). Sum of RGB (Red+Green+Blue) = 40+2+98=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #280262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280262 is #D7FD9D. Grayscale: #171717. Windows color (decimal): -14155166 or 6423080. OLE color: 6423080.

HSL color Cylindrical-coordinate representation of color #280262: hue angle of 263.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280262 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB40298-
CMYK0.590.9800.62
HSL263.75º96%19.61%-
HSV(B)263.75º97.96%38.43%-
XYZ3.11.3811.66-
YUV24.31169.59139.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.57%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 98 (38.67% from 255) = 70%
R=28.57%
G=1.43%
B=70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal402980.590.9800.62263.759619.61
Hex282623B6203E1086014
Octal5021427314207641014024
Binary10100010110001011101111000100111110100001000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280262; }

 p { color: rgb(40,2,98); }

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

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

 a { background-color: rgb(40,2,98); }

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

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

 span { border-color: rgb(40,2,98); }

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