Html Css Color HEX #28038E Persian Indigo

📋 copy color: '#28038E'

red 40 ◦ green 3 ◦ blue 142

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

Shades of Persian Indigo #28038E

Tints of Persian Indigo #28038E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 76.76%

R = 21.62%
G = 1.62%
B = 76.76%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28038E (or 0x28038E) is known color: Persian Indigo. HEX triplet: 28, 03 and 8E. RGB value is (40,3,142). Sum of RGB (Red+Green+Blue) = 40+3+142=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 142 (55.86% from 255 or 76.76% from 185); Max value from RGB is 142 - color contains mainly: blue. Hex color #28038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28038E is #D7FC71. Grayscale: #1D1D1D. Windows color (decimal): -14154866 or 9306920. OLE color: 9306920.

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

Color convert

RGB 40 3 142 -
CMYK 0.72 0.98 0 0.44
HSL 255.97º 0.96% 0.28% -
HSV(B) 255.97º 0.98% 0.56% -
XYZ 5.79 2.47 25.76 -
YUV 29.91 191.26 135.2 -
System Red Green Blue C M Y K H S L
Decimal 40 3 142 0.72 0.98 0 0.44 255.97 0.96 0.28
Hex 28 3 8E 48 62 0 2C 100 60 1C
Octal 50 3 216 110 142 0 54 400 140 34
Binary 101000 11 10001110 1001000 1100010 0 101100 100000000 1100000 11100

Color Harmonies of #28038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28038E

Black with #28038E

Text Example


Text Example

White with #28038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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