Html Css Color HEX #280187 Persian Indigo

📋 copy color: '#280187'

red 40 ◦ green 1 ◦ blue 135

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

Shades of Persian Indigo #280187

Tints of Persian Indigo #280187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 76.7%

R = 22.73%
G = 0.57%
B = 76.7%

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

#280187 (or 0x280187) is known color: Persian Indigo. HEX triplet: 28, 01 and 87. RGB value is (40,1,135). Sum of RGB (Red+Green+Blue) = 40+1+135=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 135 (53.12% from 255 or 76.70% from 176); Max value from RGB is 135 - color contains mainly: blue. Hex color #280187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280187 is #D7FE78. Grayscale: #1B1B1B. Windows color (decimal): -14155385 or 8847656. OLE color: 8847656.

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

Color convert

RGB 40 1 135 -
CMYK 0.70 0.99 0 0.47
HSL 257.46º 0.99% 0.27% -
HSV(B) 257.46º 0.99% 0.53% -
XYZ 5.26 2.22 23.07 -
YUV 27.94 188.42 136.6 -
System Red Green Blue C M Y K H S L
Decimal 40 1 135 0.70 0.99 0 0.47 257.46 0.99 0.27
Hex 28 1 87 46 63 0 2F 101 63 1B
Octal 50 1 207 106 143 0 57 401 143 33
Binary 101000 1 10000111 1000110 1100011 0 101111 100000001 1100011 11011

Color Harmonies of #280187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280187

Black with #280187

Text Example


Text Example

White with #280187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280187; }

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

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

background-color css

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

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

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

border-color css

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

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

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