Html Css Color HEX #28048A Persian Indigo

📋 copy color: '#28048A'

red 40 ◦ green 4 ◦ blue 138

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

Shades of Persian Indigo #28048A

Tints of Persian Indigo #28048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 75.82%

R = 21.98%
G = 2.2%
B = 75.82%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#28048A (or 0x28048A) is known color: Persian Indigo. HEX triplet: 28, 04 and 8A. RGB value is (40,4,138). Sum of RGB (Red+Green+Blue) = 40+4+138=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 138 (54.30% from 255 or 75.82% from 182); Max value from RGB is 138 - color contains mainly: blue. Hex color #28048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28048A is #D7FB75. Grayscale: #1D1D1D. Windows color (decimal): -14154614 or 9045032. OLE color: 9045032.

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

Color convert

RGB 40 4 138 -
CMYK 0.71 0.97 0 0.46
HSL 256.12º 0.94% 0.28% -
HSV(B) 256.12º 0.97% 0.54% -
XYZ 5.51 2.37 24.21 -
YUV 30.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 40 4 138 0.71 0.97 0 0.46 256.12 0.94 0.28
Hex 28 4 8A 47 61 0 2E 100 5E 1C
Octal 50 4 212 107 141 0 56 400 136 34
Binary 101000 100 10001010 1000111 1100001 0 101110 100000000 1011110 11100

Color Harmonies of #28048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28048A

Black with #28048A

Text Example


Text Example

White with #28048A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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