Html Css Color HEX #280863 Persian Indigo

📋 copy color: '#280863'

red 40 ◦ green 8 ◦ blue 99

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

Shades of Persian Indigo #280863

Tints of Persian Indigo #280863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.44%

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

R = 27.21%
G = 5.44%
B = 67.35%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#280863 (or 0x280863) is known color: Persian Indigo. HEX triplet: 28, 08 and 63. RGB value is (40,8,99). Sum of RGB (Red+Green+Blue) = 40+8+99=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #280863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280863 is #D7F79C. Grayscale: #1B1B1B. Windows color (decimal): -14153629 or 6490152. OLE color: 6490152.

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

Color convert

RGB 40 8 99 -
CMYK 0.60 0.92 0 0.61
HSL 261.1º 0.85% 0.21% -
HSV(B) 261.1º 0.92% 0.39% -
XYZ 3.21 1.53 11.93 -
YUV 27.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 40 8 99 0.60 0.92 0 0.61 261.1 0.85 0.21
Hex 28 8 63 3C 5C 0 3D 105 55 15
Octal 50 10 143 74 134 0 75 405 125 25
Binary 101000 1000 1100011 111100 1011100 0 111101 100000101 1010101 10101

Color Harmonies of #280863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280863

Black with #280863

Text Example


Text Example

White with #280863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280863; }

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

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

background-color css

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

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

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

border-color css

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

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

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