Html Css Color HEX #28096D Persian Indigo

📋 copy color: '#28096D'

red 40 ◦ green 9 ◦ blue 109

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

Shades of Persian Indigo #28096D

Tints of Persian Indigo #28096D

RGB

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

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

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

R = 25.32%
G = 5.7%
B = 68.99%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28096D (or 0x28096D) is known color: Persian Indigo. HEX triplet: 28, 09 and 6D. RGB value is (40,9,109). Sum of RGB (Red+Green+Blue) = 40+9+109=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #28096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28096D is #D7F692. Grayscale: #1D1D1D. Windows color (decimal): -14153363 or 7145768. OLE color: 7145768.

HSL color Cylindrical-coordinate representation of color #28096D: hue angle of 258.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28096D is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 9 109 -
CMYK 0.63 0.92 0 0.57
HSL 258.6º 0.85% 0.23% -
HSV(B) 258.6º 0.92% 0.43% -
XYZ 3.73 1.75 14.61 -
YUV 29.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 40 9 109 0.63 0.92 0 0.57 258.6 0.85 0.23
Hex 28 9 6D 3F 5C 0 39 103 55 17
Octal 50 11 155 77 134 0 71 403 125 27
Binary 101000 1001 1101101 111111 1011100 0 111001 100000011 1010101 10111

Color Harmonies of #28096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28096D

Black with #28096D

Text Example


Text Example

White with #28096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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