Html Css Color HEX #28166C Persian Indigo

📋 copy color: '#28166C'

red 40 ◦ green 22 ◦ blue 108

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

Shades of Persian Indigo #28166C

Tints of Persian Indigo #28166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.94%

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

R = 23.53%
G = 12.94%
B = 63.53%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28166C (or 0x28166C) is known color: Persian Indigo. HEX triplet: 28, 16 and 6C. RGB value is (40,22,108). Sum of RGB (Red+Green+Blue) = 40+22+108=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 108 (42.58% from 255 or 63.53% from 170); Max value from RGB is 108 - color contains mainly: blue. Hex color #28166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28166C is #D7E993. Grayscale: #242424. Windows color (decimal): -14150036 or 7083560. OLE color: 7083560.

HSL color Cylindrical-coordinate representation of color #28166C: hue angle of 252.56º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28166C is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 22 108 -
CMYK 0.63 0.80 0 0.58
HSL 252.56º 0.66% 0.25% -
HSV(B) 252.56º 0.8% 0.42% -
XYZ 3.87 2.11 14.39 -
YUV 37.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 40 22 108 0.63 0.80 0 0.58 252.56 0.66 0.25
Hex 28 16 6C 3F 50 0 3A FD 42 19
Octal 50 26 154 77 120 0 72 375 102 31
Binary 101000 10110 1101100 111111 1010000 0 111010 11111101 1000010 11001

Color Harmonies of #28166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28166C

Black with #28166C

Text Example


Text Example

White with #28166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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