Html Css Color HEX #280088 Persian Indigo

📋 copy color: '#280088'

red 40 ◦ green 0 ◦ blue 136

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

Shades of Persian Indigo #280088

Tints of Persian Indigo #280088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 77.27%

R = 22.73%
G = 0%
B = 77.27%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#280088 (or 0x280088) is known color: Persian Indigo. HEX triplet: 28, 00 and 88. RGB value is (40,0,136). Sum of RGB (Red+Green+Blue) = 40+0+136=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 136 (53.52% from 255 or 77.27% from 176); Max value from RGB is 136 - color contains mainly: blue. Hex color #280088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280088 is #D7FF77. Grayscale: #1A1A1A. Windows color (decimal): -14155640 or 8912936. OLE color: 8912936.

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

Color convert

RGB 40 0 136 -
CMYK 0.71 1 0 0.47
HSL 257.65º 1% 0.27% -
HSV(B) 257.65º 1% 0.53% -
XYZ 5.32 2.23 23.44 -
YUV 27.46 189.25 136.94 -
System Red Green Blue C M Y K H S L
Decimal 40 0 136 0.71 1 0 0.47 257.65 1 0.27
Hex 28 0 88 47 64 0 2F 102 64 1B
Octal 50 0 210 107 144 0 57 402 144 33
Binary 101000 0 10001000 1000111 1100100 0 101111 100000010 1100100 11011

Color Harmonies of #280088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280088

Black with #280088

Text Example


Text Example

White with #280088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280088; }

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

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

background-color css

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

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

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

border-color css

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

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

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