Html Css Color HEX #28166F Persian Indigo

📋 copy color: '#28166F'

red 40 ◦ green 22 ◦ blue 111

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

Shades of Persian Indigo #28166F

Tints of Persian Indigo #28166F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 64.16%

R = 23.12%
G = 12.72%
B = 64.16%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#28166F (or 0x28166F) is known color: Persian Indigo. HEX triplet: 28, 16 and 6F. RGB value is (40,22,111). Sum of RGB (Red+Green+Blue) = 40+22+111=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #28166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28166F is #D7E990. Grayscale: #252525. Windows color (decimal): -14150033 or 7280168. OLE color: 7280168.

HSL color Cylindrical-coordinate representation of color #28166F: hue angle of 252.13º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28166F is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 22 111 -
CMYK 0.64 0.80 0 0.56
HSL 252.13º 0.67% 0.26% -
HSV(B) 252.13º 0.8% 0.44% -
XYZ 4.03 2.17 15.25 -
YUV 37.53 169.46 129.76 -
System Red Green Blue C M Y K H S L
Decimal 40 22 111 0.64 0.80 0 0.56 252.13 0.67 0.26
Hex 28 16 6F 40 50 0 38 FC 43 1A
Octal 50 26 157 100 120 0 70 374 103 32
Binary 101000 10110 1101111 1000000 1010000 0 111000 11111100 1000011 11010

Color Harmonies of #28166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28166F

Black with #28166F

Text Example


Text Example

White with #28166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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