Html Css Color HEX #28166D Persian Indigo

📋 copy color: '#28166D'

red 40 ◦ green 22 ◦ blue 109

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

Shades of Persian Indigo #28166D

Tints of Persian Indigo #28166D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 63.74%

R = 23.39%
G = 12.87%
B = 63.74%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28166D (or 0x28166D) is known color: Persian Indigo. HEX triplet: 28, 16 and 6D. RGB value is (40,22,109). Sum of RGB (Red+Green+Blue) = 40+22+109=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #28166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28166D is #D7E992. Grayscale: #242424. Windows color (decimal): -14150035 or 7149096. OLE color: 7149096.

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

Color convert

RGB 40 22 109 -
CMYK 0.63 0.80 0 0.57
HSL 252.41º 0.66% 0.26% -
HSV(B) 252.41º 0.8% 0.43% -
XYZ 3.92 2.13 14.67 -
YUV 37.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 40 22 109 0.63 0.80 0 0.57 252.41 0.66 0.26
Hex 28 16 6D 3F 50 0 39 FC 42 1A
Octal 50 26 155 77 120 0 71 374 102 32
Binary 101000 10110 1101101 111111 1010000 0 111001 11111100 1000010 11010

Color Harmonies of #28166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28166D

Black with #28166D

Text Example


Text Example

White with #28166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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