Html Css Color HEX #280086 Persian Indigo

📋 copy color: '#280086'

red 40 ◦ green 0 ◦ blue 134

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

Shades of Persian Indigo #280086

Tints of Persian Indigo #280086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.99%
G = 0%
B = 77.01%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#280086 (or 0x280086) is known color: Persian Indigo. HEX triplet: 28, 00 and 86. RGB value is (40,0,134). Sum of RGB (Red+Green+Blue) = 40+0+134=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 134 (52.73% from 255 or 77.01% from 174); Max value from RGB is 134 - color contains mainly: blue. Hex color #280086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280086 is #D7FF79. Grayscale: #1A1A1A. Windows color (decimal): -14155642 or 8781864. OLE color: 8781864.

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

Color convert

RGB 40 0 134 -
CMYK 0.70 1 0 0.47
HSL 257.91º 1% 0.26% -
HSV(B) 257.91º 1% 0.53% -
XYZ 5.18 2.17 22.7 -
YUV 27.24 188.25 137.1 -
System Red Green Blue C M Y K H S L
Decimal 40 0 134 0.70 1 0 0.47 257.91 1 0.26
Hex 28 0 86 46 64 0 2F 102 64 1A
Octal 50 0 206 106 144 0 57 402 144 32
Binary 101000 0 10000110 1000110 1100100 0 101111 100000010 1100100 11010

Color Harmonies of #280086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280086

Black with #280086

Text Example


Text Example

White with #280086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280086; }

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

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

background-color css

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

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

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

border-color css

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

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

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