Html Css Color HEX #28128C Persian Indigo

📋 copy color: '#28128C'

red 40 ◦ green 18 ◦ blue 140

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

Shades of Persian Indigo #28128C

Tints of Persian Indigo #28128C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 70.71%

R = 20.2%
G = 9.09%
B = 70.71%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28128C (or 0x28128C) is known color: Persian Indigo. HEX triplet: 28, 12 and 8C. RGB value is (40,18,140). Sum of RGB (Red+Green+Blue) = 40+18+140=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #28128C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28128C is #D7ED73. Grayscale: #262626. Windows color (decimal): -14151028 or 9179688. OLE color: 9179688.

HSL color Cylindrical-coordinate representation of color #28128C: hue angle of 250.82º 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 #28128C is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 18 140 -
CMYK 0.71 0.87 0 0.45
HSL 250.82º 0.77% 0.31% -
HSV(B) 250.82º 0.87% 0.55% -
XYZ 5.83 2.78 25.04 -
YUV 38.49 185.29 129.08 -
System Red Green Blue C M Y K H S L
Decimal 40 18 140 0.71 0.87 0 0.45 250.82 0.77 0.31
Hex 28 12 8C 47 57 0 2D FB 4D 1F
Octal 50 22 214 107 127 0 55 373 115 37
Binary 101000 10010 10001100 1000111 1010111 0 101101 11111011 1001101 11111

Color Harmonies of #28128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28128C

Black with #28128C

Text Example


Text Example

White with #28128C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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