Html Css Color HEX #28086E Persian Indigo

📋 copy color: '#28086E'

red 40 ◦ green 8 ◦ blue 110

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

Shades of Persian Indigo #28086E

Tints of Persian Indigo #28086E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.06%

 BLUE value IS 110 (43.36% from 255) = 69.62%

R = 25.32%
G = 5.06%
B = 69.62%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28086E (or 0x28086E) is known color: Persian Indigo. HEX triplet: 28, 08 and 6E. RGB value is (40,8,110). Sum of RGB (Red+Green+Blue) = 40+8+110=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 110 (43.36% from 255 or 69.62% from 158); Max value from RGB is 110 - color contains mainly: blue. Hex color #28086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28086E is #D7F791. Grayscale: #1C1C1C. Windows color (decimal): -14153618 or 7211048. OLE color: 7211048.

HSL color Cylindrical-coordinate representation of color #28086E: hue angle of 258.82º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28086E is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 8 110 -
CMYK 0.64 0.93 0 0.57
HSL 258.82º 0.86% 0.23% -
HSV(B) 258.82º 0.93% 0.43% -
XYZ 3.78 1.75 14.89 -
YUV 29.2 173.6 135.71 -
System Red Green Blue C M Y K H S L
Decimal 40 8 110 0.64 0.93 0 0.57 258.82 0.86 0.23
Hex 28 8 6E 40 5D 0 39 103 56 17
Octal 50 10 156 100 135 0 71 403 126 27
Binary 101000 1000 1101110 1000000 1011101 0 111001 100000011 1010110 10111

Color Harmonies of #28086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28086E

Black with #28086E

Text Example


Text Example

White with #28086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28086E; }

 p { color: rgb(40,8,110); }

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

background-color css

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

 a { background-color: rgb(40,8,110); }

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

border-color css

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

 span { border-color: rgb(40,8,110); }

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