Html Css Color HEX #280563 Persian Indigo

📋 copy color: '#280563'

red 40 ◦ green 5 ◦ blue 99

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

Shades of Persian Indigo #280563

Tints of Persian Indigo #280563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

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

R = 27.78%
G = 3.47%
B = 68.75%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#280563 (or 0x280563) is known color: Persian Indigo. HEX triplet: 28, 05 and 63. RGB value is (40,5,99). Sum of RGB (Red+Green+Blue) = 40+5+99=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #280563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280563 is #D7FA9C. Grayscale: #191919. Windows color (decimal): -14154397 or 6489384. OLE color: 6489384.

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

Color convert

RGB 40 5 99 -
CMYK 0.60 0.95 0 0.61
HSL 262.34º 0.9% 0.2% -
HSV(B) 262.34º 0.95% 0.39% -
XYZ 3.18 1.46 11.92 -
YUV 26.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 40 5 99 0.60 0.95 0 0.61 262.34 0.9 0.2
Hex 28 5 63 3C 5F 0 3D 106 5A 14
Octal 50 5 143 74 137 0 75 406 132 24
Binary 101000 101 1100011 111100 1011111 0 111101 100000110 1011010 10100

Color Harmonies of #280563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280563

Black with #280563

Text Example


Text Example

White with #280563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280563; }

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

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

background-color css

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

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

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

border-color css

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

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

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