Html Css Color HEX #280986 Persian Indigo

📋 copy color: '#280986'

red 40 ◦ green 9 ◦ blue 134

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

Shades of Persian Indigo #280986

Tints of Persian Indigo #280986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

 BLUE value IS 134 (52.73% from 255) = 73.22%

R = 21.86%
G = 4.92%
B = 73.22%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#280986 (or 0x280986) is known color: Persian Indigo. HEX triplet: 28, 09 and 86. RGB value is (40,9,134). Sum of RGB (Red+Green+Blue) = 40+9+134=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #280986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280986 is #D7F679. Grayscale: #202020. Windows color (decimal): -14153338 or 8784168. OLE color: 8784168.

HSL color Cylindrical-coordinate representation of color #280986: hue angle of 254.88º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280986 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 9 134 -
CMYK 0.70 0.93 0 0.47
HSL 254.88º 0.87% 0.28% -
HSV(B) 254.88º 0.93% 0.53% -
XYZ 5.28 2.37 22.73 -
YUV 32.52 185.27 133.34 -
System Red Green Blue C M Y K H S L
Decimal 40 9 134 0.70 0.93 0 0.47 254.88 0.87 0.28
Hex 28 9 86 46 5D 0 2F FF 57 1C
Octal 50 11 206 106 135 0 57 377 127 34
Binary 101000 1001 10000110 1000110 1011101 0 101111 11111111 1010111 11100

Color Harmonies of #280986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280986

Black with #280986

Text Example


Text Example

White with #280986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280986; }

 p { color: rgb(40,9,134); }

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

background-color css

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

 a { background-color: rgb(40,9,134); }

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

border-color css

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

 span { border-color: rgb(40,9,134); }

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