Html Css Color HEX #28186C Persian Indigo

📋 copy color: '#28186C'

red 40 ◦ green 24 ◦ blue 108

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

Shades of Persian Indigo #28186C

Tints of Persian Indigo #28186C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.95%

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

R = 23.26%
G = 13.95%
B = 62.79%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28186C (or 0x28186C) is known color: Persian Indigo. HEX triplet: 28, 18 and 6C. RGB value is (40,24,108). Sum of RGB (Red+Green+Blue) = 40+24+108=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #28186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28186C is #D7E793. Grayscale: #262626. Windows color (decimal): -14149524 or 7084072. OLE color: 7084072.

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

Color convert

RGB 40 24 108 -
CMYK 0.63 0.78 0 0.58
HSL 251.43º 0.64% 0.26% -
HSV(B) 251.43º 0.78% 0.42% -
XYZ 3.91 2.19 14.4 -
YUV 38.36 167.3 129.17 -
System Red Green Blue C M Y K H S L
Decimal 40 24 108 0.63 0.78 0 0.58 251.43 0.64 0.26
Hex 28 18 6C 3F 4E 0 3A FB 40 1A
Octal 50 30 154 77 116 0 72 373 100 32
Binary 101000 11000 1101100 111111 1001110 0 111010 11111011 1000000 11010

Color Harmonies of #28186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28186C

Black with #28186C

Text Example


Text Example

White with #28186C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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