Html Css Color HEX #28038D Persian Indigo

📋 copy color: '#28038D'

red 40 ◦ green 3 ◦ blue 141

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

Shades of Persian Indigo #28038D

Tints of Persian Indigo #28038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

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

R = 21.74%
G = 1.63%
B = 76.63%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28038D (or 0x28038D) is known color: Persian Indigo. HEX triplet: 28, 03 and 8D. RGB value is (40,3,141). Sum of RGB (Red+Green+Blue) = 40+3+141=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 141 (55.47% from 255 or 76.63% from 184); Max value from RGB is 141 - color contains mainly: blue. Hex color #28038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28038D is #D7FC72. Grayscale: #1D1D1D. Windows color (decimal): -14154867 or 9241384. OLE color: 9241384.

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

Color convert

RGB 40 3 141 -
CMYK 0.72 0.98 0 0.45
HSL 256.09º 0.96% 0.28% -
HSV(B) 256.09º 0.98% 0.55% -
XYZ 5.72 2.44 25.37 -
YUV 29.8 190.76 135.28 -
System Red Green Blue C M Y K H S L
Decimal 40 3 141 0.72 0.98 0 0.45 256.09 0.96 0.28
Hex 28 3 8D 48 62 0 2D 100 60 1C
Octal 50 3 215 110 142 0 55 400 140 34
Binary 101000 11 10001101 1001000 1100010 0 101101 100000000 1100000 11100

Color Harmonies of #28038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28038D

Black with #28038D

Text Example


Text Example

White with #28038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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