Html Css Color HEX #28098F Persian Indigo

📋 copy color: '#28098F'

red 40 ◦ green 9 ◦ blue 143

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

Shades of Persian Indigo #28098F

Tints of Persian Indigo #28098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 74.48%

R = 20.83%
G = 4.69%
B = 74.48%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28098F (or 0x28098F) is known color: Persian Indigo. HEX triplet: 28, 09 and 8F. RGB value is (40,9,143). Sum of RGB (Red+Green+Blue) = 40+9+143=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 143 (56.25% from 255 or 74.48% from 192); Max value from RGB is 143 - color contains mainly: blue. Hex color #28098F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28098F is #D7F670. Grayscale: #212121. Windows color (decimal): -14153329 or 9373992. OLE color: 9373992.

HSL color Cylindrical-coordinate representation of color #28098F: hue angle of 253.88º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28098F is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 9 143 -
CMYK 0.72 0.94 0 0.44
HSL 253.88º 0.88% 0.3% -
HSV(B) 253.88º 0.94% 0.56% -
XYZ 5.93 2.63 26.18 -
YUV 33.55 189.77 132.6 -
System Red Green Blue C M Y K H S L
Decimal 40 9 143 0.72 0.94 0 0.44 253.88 0.88 0.3
Hex 28 9 8F 48 5E 0 2C FE 58 1E
Octal 50 11 217 110 136 0 54 376 130 36
Binary 101000 1001 10001111 1001000 1011110 0 101100 11111110 1011000 11110

Color Harmonies of #28098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28098F

Black with #28098F

Text Example


Text Example

White with #28098F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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