Html Css Color HEX #28196F Persian Indigo

📋 copy color: '#28196F'

red 40 ◦ green 25 ◦ blue 111

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

Shades of Persian Indigo #28196F

Tints of Persian Indigo #28196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

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

R = 22.73%
G = 14.2%
B = 63.07%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#28196F (or 0x28196F) is known color: Persian Indigo. HEX triplet: 28, 19 and 6F. RGB value is (40,25,111). Sum of RGB (Red+Green+Blue) = 40+25+111=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #28196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28196F is #D7E690. Grayscale: #262626. Windows color (decimal): -14149265 or 7280936. OLE color: 7280936.

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

Color convert

RGB 40 25 111 -
CMYK 0.64 0.77 0 0.56
HSL 250.47º 0.63% 0.27% -
HSV(B) 250.47º 0.77% 0.44% -
XYZ 4.09 2.29 15.27 -
YUV 39.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 40 25 111 0.64 0.77 0 0.56 250.47 0.63 0.27
Hex 28 19 6F 40 4D 0 38 FA 3F 1B
Octal 50 31 157 100 115 0 70 372 77 33
Binary 101000 11001 1101111 1000000 1001101 0 111000 11111010 111111 11011

Color Harmonies of #28196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28196F

Black with #28196F

Text Example


Text Example

White with #28196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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