Html Css Color HEX #28086C Persian Indigo

📋 copy color: '#28086C'

red 40 ◦ green 8 ◦ blue 108

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

Shades of Persian Indigo #28086C

Tints of Persian Indigo #28086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 69.23%

R = 25.64%
G = 5.13%
B = 69.23%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28086C (or 0x28086C) is known color: Persian Indigo. HEX triplet: 28, 08 and 6C. RGB value is (40,8,108). Sum of RGB (Red+Green+Blue) = 40+8+108=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #28086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28086C is #D7F793. Grayscale: #1C1C1C. Windows color (decimal): -14153620 or 7079976. OLE color: 7079976.

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

Color convert

RGB 40 8 108 -
CMYK 0.63 0.93 0 0.58
HSL 259.2º 0.86% 0.23% -
HSV(B) 259.2º 0.93% 0.42% -
XYZ 3.67 1.71 14.32 -
YUV 28.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 40 8 108 0.63 0.93 0 0.58 259.2 0.86 0.23
Hex 28 8 6C 3F 5D 0 3A 103 56 17
Octal 50 10 154 77 135 0 72 403 126 27
Binary 101000 1000 1101100 111111 1011101 0 111010 100000011 1010110 10111

Color Harmonies of #28086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28086C

Black with #28086C

Text Example


Text Example

White with #28086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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