Html Css Color HEX #28048F Persian Indigo

📋 copy color: '#28048F'

red 40 ◦ green 4 ◦ blue 143

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

Shades of Persian Indigo #28048F

Tints of Persian Indigo #28048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 76.47%

R = 21.39%
G = 2.14%
B = 76.47%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28048F (or 0x28048F) is known color: Persian Indigo. HEX triplet: 28, 04 and 8F. RGB value is (40,4,143). Sum of RGB (Red+Green+Blue) = 40+4+143=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 143 (56.25% from 255 or 76.47% from 187); Max value from RGB is 143 - color contains mainly: blue. Hex color #28048F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28048F is #D7FB70. Grayscale: #1E1E1E. Windows color (decimal): -14154609 or 9372712. OLE color: 9372712.

HSL color Cylindrical-coordinate representation of color #28048F: hue angle of 255.54º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28048F is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 4 143 -
CMYK 0.72 0.97 0 0.44
HSL 255.54º 0.95% 0.29% -
HSV(B) 255.54º 0.97% 0.56% -
XYZ 5.88 2.52 26.16 -
YUV 30.61 191.43 134.7 -
System Red Green Blue C M Y K H S L
Decimal 40 4 143 0.72 0.97 0 0.44 255.54 0.95 0.29
Hex 28 4 8F 48 61 0 2C 100 5F 1D
Octal 50 4 217 110 141 0 54 400 137 35
Binary 101000 100 10001111 1001000 1100001 0 101100 100000000 1011111 11101

Color Harmonies of #28048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28048F

Black with #28048F

Text Example


Text Example

White with #28048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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