Html Css Color HEX #28058F Persian Indigo

📋 copy color: '#28058F'

red 40 ◦ green 5 ◦ blue 143

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

Shades of Persian Indigo #28058F

Tints of Persian Indigo #28058F

RGB

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

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

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

R = 21.28%
G = 2.66%
B = 76.06%

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

#28058F (or 0x28058F) is known color: Persian Indigo. HEX triplet: 28, 05 and 8F. RGB value is (40,5,143). Sum of RGB (Red+Green+Blue) = 40+5+143=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 143 (56.25% from 255 or 76.06% from 188); Max value from RGB is 143 - color contains mainly: blue. Hex color #28058F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28058F is #D7FA70. Grayscale: #1E1E1E. Windows color (decimal): -14154353 or 9372968. OLE color: 9372968.

HSL color Cylindrical-coordinate representation of color #28058F: hue angle of 255.22º degrees, saturation: 0.93, 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 #28058F is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 5 143 -
CMYK 0.72 0.97 0 0.44
HSL 255.22º 0.93% 0.29% -
HSV(B) 255.22º 0.97% 0.56% -
XYZ 5.89 2.54 26.17 -
YUV 31.2 191.1 134.28 -
System Red Green Blue C M Y K H S L
Decimal 40 5 143 0.72 0.97 0 0.44 255.22 0.93 0.29
Hex 28 5 8F 48 61 0 2C FF 5D 1D
Octal 50 5 217 110 141 0 54 377 135 35
Binary 101000 101 10001111 1001000 1100001 0 101100 11111111 1011101 11101

Color Harmonies of #28058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28058F

Black with #28058F

Text Example


Text Example

White with #28058F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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