Html Css Color HEX #28096F Persian Indigo

📋 copy color: '#28096F'

red 40 ◦ green 9 ◦ blue 111

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

Shades of Persian Indigo #28096F

Tints of Persian Indigo #28096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.63%

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

R = 25%
G = 5.63%
B = 69.38%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#28096F (or 0x28096F) is known color: Persian Indigo. HEX triplet: 28, 09 and 6F. RGB value is (40,9,111). Sum of RGB (Red+Green+Blue) = 40+9+111=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 111 (43.75% from 255 or 69.38% from 160); Max value from RGB is 111 - color contains mainly: blue. Hex color #28096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28096F is #D7F690. Grayscale: #1D1D1D. Windows color (decimal): -14153361 or 7276840. OLE color: 7276840.

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

Color convert

RGB 40 9 111 -
CMYK 0.64 0.92 0 0.56
HSL 258.24º 0.85% 0.24% -
HSV(B) 258.24º 0.92% 0.44% -
XYZ 3.84 1.79 15.18 -
YUV 29.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 40 9 111 0.64 0.92 0 0.56 258.24 0.85 0.24
Hex 28 9 6F 40 5C 0 38 102 55 18
Octal 50 11 157 100 134 0 70 402 125 30
Binary 101000 1001 1101111 1000000 1011100 0 111000 100000010 1010101 11000

Color Harmonies of #28096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28096F

Black with #28096F

Text Example


Text Example

White with #28096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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