Html Css Color HEX #28118B Persian Indigo

📋 copy color: '#28118B'

red 40 ◦ green 17 ◦ blue 139

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

Shades of Persian Indigo #28118B

Tints of Persian Indigo #28118B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

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

R = 20.41%
G = 8.67%
B = 70.92%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28118B (or 0x28118B) is known color: Persian Indigo. HEX triplet: 28, 11 and 8B. RGB value is (40,17,139). Sum of RGB (Red+Green+Blue) = 40+17+139=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #28118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28118B is #D7EE74. Grayscale: #252525. Windows color (decimal): -14151285 or 9113896. OLE color: 9113896.

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

Color convert

RGB 40 17 139 -
CMYK 0.71 0.88 0 0.45
HSL 251.31º 0.78% 0.31% -
HSV(B) 251.31º 0.88% 0.55% -
XYZ 5.74 2.72 24.65 -
YUV 37.79 185.12 129.58 -
System Red Green Blue C M Y K H S L
Decimal 40 17 139 0.71 0.88 0 0.45 251.31 0.78 0.31
Hex 28 11 8B 47 58 0 2D FB 4E 1F
Octal 50 21 213 107 130 0 55 373 116 37
Binary 101000 10001 10001011 1000111 1011000 0 101101 11111011 1001110 11111

Color Harmonies of #28118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28118B

Black with #28118B

Text Example


Text Example

White with #28118B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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