Html Css Color HEX #280186 Persian Indigo

📋 copy color: '#280186'

red 40 ◦ green 1 ◦ blue 134

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

Shades of Persian Indigo #280186

Tints of Persian Indigo #280186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 22.86%
G = 0.57%
B = 76.57%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#280186 (or 0x280186) is known color: Persian Indigo. HEX triplet: 28, 01 and 86. RGB value is (40,1,134). Sum of RGB (Red+Green+Blue) = 40+1+134=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 134 (52.73% from 255 or 76.57% from 175); Max value from RGB is 134 - color contains mainly: blue. Hex color #280186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280186 is #D7FE79. Grayscale: #1B1B1B. Windows color (decimal): -14155386 or 8782120. OLE color: 8782120.

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

Color convert

RGB 40 1 134 -
CMYK 0.70 0.99 0 0.47
HSL 257.59º 0.99% 0.26% -
HSV(B) 257.59º 0.99% 0.53% -
XYZ 5.19 2.19 22.7 -
YUV 27.82 187.92 136.69 -
System Red Green Blue C M Y K H S L
Decimal 40 1 134 0.70 0.99 0 0.47 257.59 0.99 0.26
Hex 28 1 86 46 63 0 2F 102 63 1A
Octal 50 1 206 106 143 0 57 402 143 32
Binary 101000 1 10000110 1000110 1100011 0 101111 100000010 1100011 11010

Color Harmonies of #280186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280186

Black with #280186

Text Example


Text Example

White with #280186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280186; }

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

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

background-color css

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

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

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

border-color css

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

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

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