Html Css Color HEX #28086F Persian Indigo

📋 copy color: '#28086F'

red 40 ◦ green 8 ◦ blue 111

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

Shades of Persian Indigo #28086F

Tints of Persian Indigo #28086F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 69.81%

R = 25.16%
G = 5.03%
B = 69.81%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#28086F (or 0x28086F) is known color: Persian Indigo. HEX triplet: 28, 08 and 6F. RGB value is (40,8,111). Sum of RGB (Red+Green+Blue) = 40+8+111=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 111 (43.75% from 255 or 69.81% from 159); Max value from RGB is 111 - color contains mainly: blue. Hex color #28086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28086F is #D7F790. Grayscale: #1C1C1C. Windows color (decimal): -14153617 or 7276584. OLE color: 7276584.

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

Color convert

RGB 40 8 111 -
CMYK 0.64 0.93 0 0.56
HSL 258.64º 0.87% 0.23% -
HSV(B) 258.64º 0.93% 0.44% -
XYZ 3.83 1.77 15.18 -
YUV 29.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 40 8 111 0.64 0.93 0 0.56 258.64 0.87 0.23
Hex 28 8 6F 40 5D 0 38 103 57 17
Octal 50 10 157 100 135 0 70 403 127 27
Binary 101000 1000 1101111 1000000 1011101 0 111000 100000011 1010111 10111

Color Harmonies of #28086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28086F

Black with #28086F

Text Example


Text Example

White with #28086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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