Html Css Color HEX #28116F Persian Indigo

📋 copy color: '#28116F'

red 40 ◦ green 17 ◦ blue 111

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

Shades of Persian Indigo #28116F

Tints of Persian Indigo #28116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.12%

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

R = 23.81%
G = 10.12%
B = 66.07%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#28116F (or 0x28116F) is known color: Persian Indigo. HEX triplet: 28, 11 and 6F. RGB value is (40,17,111). Sum of RGB (Red+Green+Blue) = 40+17+111=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #28116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28116F is #D7EE90. Grayscale: #222222. Windows color (decimal): -14151313 or 7278888. OLE color: 7278888.

HSL color Cylindrical-coordinate representation of color #28116F: hue angle of 254.68º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28116F is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 17 111 -
CMYK 0.64 0.85 0 0.56
HSL 254.68º 0.73% 0.25% -
HSV(B) 254.68º 0.85% 0.44% -
XYZ 3.94 2 15.22 -
YUV 34.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 40 17 111 0.64 0.85 0 0.56 254.68 0.73 0.25
Hex 28 11 6F 40 55 0 38 FF 49 19
Octal 50 21 157 100 125 0 70 377 111 31
Binary 101000 10001 1101111 1000000 1010101 0 111000 11111111 1001001 11001

Color Harmonies of #28116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28116F

Black with #28116F

Text Example


Text Example

White with #28116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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