Html Css Color HEX #28176C Persian Indigo

📋 copy color: '#28176C'

red 40 ◦ green 23 ◦ blue 108

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

Shades of Persian Indigo #28176C

Tints of Persian Indigo #28176C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

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

R = 23.39%
G = 13.45%
B = 63.16%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28176C (or 0x28176C) is known color: Persian Indigo. HEX triplet: 28, 17 and 6C. RGB value is (40,23,108). Sum of RGB (Red+Green+Blue) = 40+23+108=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #28176C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28176C is #D7E893. Grayscale: #252525. Windows color (decimal): -14149780 or 7083816. OLE color: 7083816.

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

Color convert

RGB 40 23 108 -
CMYK 0.63 0.79 0 0.58
HSL 252º 0.65% 0.26% -
HSV(B) 252º 0.79% 0.42% -
XYZ 3.89 2.15 14.4 -
YUV 37.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 40 23 108 0.63 0.79 0 0.58 252 0.65 0.26
Hex 28 17 6C 3F 4F 0 3A FC 41 1A
Octal 50 27 154 77 117 0 72 374 101 32
Binary 101000 10111 1101100 111111 1001111 0 111010 11111100 1000001 11010

Color Harmonies of #28176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28176C

Black with #28176C

Text Example


Text Example

White with #28176C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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