Html Css Color HEX #28096A Persian Indigo

📋 copy color: '#28096A'

red 40 ◦ green 9 ◦ blue 106

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

Shades of Persian Indigo #28096A

Tints of Persian Indigo #28096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 68.39%

R = 25.81%
G = 5.81%
B = 68.39%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28096A (or 0x28096A) is known color: Persian Indigo. HEX triplet: 28, 09 and 6A. RGB value is (40,9,106). Sum of RGB (Red+Green+Blue) = 40+9+106=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 106 (41.80% from 255 or 68.39% from 155); Max value from RGB is 106 - color contains mainly: blue. Hex color #28096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28096A is #D7F695. Grayscale: #1C1C1C. Windows color (decimal): -14153366 or 6949160. OLE color: 6949160.

HSL color Cylindrical-coordinate representation of color #28096A: hue angle of 259.18º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28096A is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 9 106 -
CMYK 0.62 0.92 0 0.58
HSL 259.18º 0.84% 0.23% -
HSV(B) 259.18º 0.92% 0.42% -
XYZ 3.57 1.69 13.77 -
YUV 29.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 40 9 106 0.62 0.92 0 0.58 259.18 0.84 0.23
Hex 28 9 6A 3E 5C 0 3A 103 54 17
Octal 50 11 152 76 134 0 72 403 124 27
Binary 101000 1001 1101010 111110 1011100 0 111010 100000011 1010100 10111

Color Harmonies of #28096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28096A

Black with #28096A

Text Example


Text Example

White with #28096A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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