Html Css Color HEX #28048D Persian Indigo

📋 copy color: '#28048D'

red 40 ◦ green 4 ◦ blue 141

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

Shades of Persian Indigo #28048D

Tints of Persian Indigo #28048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 21.62%
G = 2.16%
B = 76.22%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28048D (or 0x28048D) is known color: Persian Indigo. HEX triplet: 28, 04 and 8D. RGB value is (40,4,141). Sum of RGB (Red+Green+Blue) = 40+4+141=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 141 (55.47% from 255 or 76.22% from 185); Max value from RGB is 141 - color contains mainly: blue. Hex color #28048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28048D is #D7FB72. Grayscale: #1D1D1D. Windows color (decimal): -14154611 or 9241640. OLE color: 9241640.

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

Color convert

RGB 40 4 141 -
CMYK 0.72 0.97 0 0.45
HSL 255.77º 0.94% 0.28% -
HSV(B) 255.77º 0.97% 0.55% -
XYZ 5.73 2.46 25.37 -
YUV 30.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 40 4 141 0.72 0.97 0 0.45 255.77 0.94 0.28
Hex 28 4 8D 48 61 0 2D 100 5E 1C
Octal 50 4 215 110 141 0 55 400 136 34
Binary 101000 100 10001101 1001000 1100001 0 101101 100000000 1011110 11100

Color Harmonies of #28048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28048D

Black with #28048D

Text Example


Text Example

White with #28048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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