Html Css Color HEX #28128D Persian Indigo

📋 copy color: '#28128D'

red 40 ◦ green 18 ◦ blue 141

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

Shades of Persian Indigo #28128D

Tints of Persian Indigo #28128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.05%

 BLUE value IS 141 (55.47% from 255) = 70.85%

R = 20.1%
G = 9.05%
B = 70.85%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28128D (or 0x28128D) is known color: Persian Indigo. HEX triplet: 28, 12 and 8D. RGB value is (40,18,141). Sum of RGB (Red+Green+Blue) = 40+18+141=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 141 (55.47% from 255 or 70.85% from 199); Max value from RGB is 141 - color contains mainly: blue. Hex color #28128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28128D is #D7ED72. Grayscale: #262626. Windows color (decimal): -14151027 or 9245224. OLE color: 9245224.

HSL color Cylindrical-coordinate representation of color #28128D: hue angle of 250.73º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28128D is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 18 141 -
CMYK 0.72 0.87 0 0.45
HSL 250.73º 0.77% 0.31% -
HSV(B) 250.73º 0.87% 0.55% -
XYZ 5.9 2.81 25.43 -
YUV 38.6 185.79 129 -
System Red Green Blue C M Y K H S L
Decimal 40 18 141 0.72 0.87 0 0.45 250.73 0.77 0.31
Hex 28 12 8D 48 57 0 2D FB 4D 1F
Octal 50 22 215 110 127 0 55 373 115 37
Binary 101000 10010 10001101 1001000 1010111 0 101101 11111011 1001101 11111

Color Harmonies of #28128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28128D

Black with #28128D

Text Example


Text Example

White with #28128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,18,141); }

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

background-color css

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

 a { background-color: rgb(40,18,141); }

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

border-color css

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

 span { border-color: rgb(40,18,141); }

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