Html Css Color HEX #280363 Persian Indigo

📋 copy color: '#280363'

red 40 ◦ green 3 ◦ blue 99

#280363
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #280363

Tints of Persian Indigo #280363

RGB

 RED value IS 40 (16.02% from 255) = 28.17%

 GREEN value IS 3 (1.56% from 255) = 2.11%

 BLUE value IS 99 (39.06% from 255) = 69.72%

R = 28.17%
G = 2.11%
B = 69.72%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#280363 (or 0x280363) is known color: Persian Indigo. HEX triplet: 28, 03 and 63. RGB value is (40,3,99). Sum of RGB (Red+Green+Blue) = 40+3+99=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 99 (39.06% from 255 or 69.72% from 142); Max value from RGB is 99 - color contains mainly: blue. Hex color #280363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280363 is #D7FC9C. Grayscale: #181818. Windows color (decimal): -14154909 or 6488872. OLE color: 6488872.

HSL color Cylindrical-coordinate representation of color #280363: hue angle of 263.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #280363 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 3 99 -
CMYK 0.60 0.97 0 0.61
HSL 263.13º 0.94% 0.2% -
HSV(B) 263.13º 0.97% 0.39% -
XYZ 3.16 1.42 11.91 -
YUV 25.01 169.76 138.69 -
System Red Green Blue C M Y K H S L
Decimal 40 3 99 0.60 0.97 0 0.61 263.13 0.94 0.2
Hex 28 3 63 3C 61 0 3D 107 5E 14
Octal 50 3 143 74 141 0 75 407 136 24
Binary 101000 11 1100011 111100 1100001 0 111101 100000111 1011110 10100

Color Harmonies of #280363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280363

Black with #280363

Text Example


Text Example

White with #280363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280363; }

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

 H1.HeaderClassName
 {
   color: #280363;
 }
 .AnyTagClassName
 {
   color: #280363;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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