Html Css Color HEX #28098B Persian Indigo

📋 copy color: '#28098B'

red 40 ◦ green 9 ◦ blue 139

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

Shades of Persian Indigo #28098B

Tints of Persian Indigo #28098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 73.94%

R = 21.28%
G = 4.79%
B = 73.94%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28098B (or 0x28098B) is known color: Persian Indigo. HEX triplet: 28, 09 and 8B. RGB value is (40,9,139). Sum of RGB (Red+Green+Blue) = 40+9+139=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #28098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28098B is #D7F674. Grayscale: #202020. Windows color (decimal): -14153333 or 9111848. OLE color: 9111848.

HSL color Cylindrical-coordinate representation of color #28098B: hue angle of 254.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28098B is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 9 139 -
CMYK 0.71 0.94 0 0.45
HSL 254.31º 0.88% 0.29% -
HSV(B) 254.31º 0.94% 0.55% -
XYZ 5.63 2.51 24.61 -
YUV 33.09 187.77 132.93 -
System Red Green Blue C M Y K H S L
Decimal 40 9 139 0.71 0.94 0 0.45 254.31 0.88 0.29
Hex 28 9 8B 47 5E 0 2D FE 58 1D
Octal 50 11 213 107 136 0 55 376 130 35
Binary 101000 1001 10001011 1000111 1011110 0 101101 11111110 1011000 11101

Color Harmonies of #28098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28098B

Black with #28098B

Text Example


Text Example

White with #28098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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