Html Css Color HEX #28058E Persian Indigo

📋 copy color: '#28058E'

red 40 ◦ green 5 ◦ blue 142

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

Shades of Persian Indigo #28058E

Tints of Persian Indigo #28058E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 21.39%
G = 2.67%
B = 75.94%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28058E (or 0x28058E) is known color: Persian Indigo. HEX triplet: 28, 05 and 8E. RGB value is (40,5,142). Sum of RGB (Red+Green+Blue) = 40+5+142=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 142 (55.86% from 255 or 75.94% from 187); Max value from RGB is 142 - color contains mainly: blue. Hex color #28058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28058E is #D7FA71. Grayscale: #1E1E1E. Windows color (decimal): -14154354 or 9307432. OLE color: 9307432.

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

Color convert

RGB 40 5 142 -
CMYK 0.72 0.96 0 0.44
HSL 255.33º 0.93% 0.29% -
HSV(B) 255.33º 0.96% 0.56% -
XYZ 5.81 2.51 25.77 -
YUV 31.08 190.6 134.36 -
System Red Green Blue C M Y K H S L
Decimal 40 5 142 0.72 0.96 0 0.44 255.33 0.93 0.29
Hex 28 5 8E 48 60 0 2C FF 5D 1D
Octal 50 5 216 110 140 0 54 377 135 35
Binary 101000 101 10001110 1001000 1100000 0 101100 11111111 1011101 11101

Color Harmonies of #28058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28058E

Black with #28058E

Text Example


Text Example

White with #28058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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