Html Css Color HEX #28058D Persian Indigo

📋 copy color: '#28058D'

red 40 ◦ green 5 ◦ blue 141

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

Shades of Persian Indigo #28058D

Tints of Persian Indigo #28058D

RGB

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

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

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

R = 21.51%
G = 2.69%
B = 75.81%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28058D (or 0x28058D) is known color: Persian Indigo. HEX triplet: 28, 05 and 8D. RGB value is (40,5,141). Sum of RGB (Red+Green+Blue) = 40+5+141=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #28058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28058D is #D7FA72. Grayscale: #1E1E1E. Windows color (decimal): -14154355 or 9241896. OLE color: 9241896.

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

Color convert

RGB 40 5 141 -
CMYK 0.72 0.96 0 0.45
HSL 255.44º 0.93% 0.29% -
HSV(B) 255.44º 0.96% 0.55% -
XYZ 5.74 2.48 25.38 -
YUV 30.97 190.1 134.44 -
System Red Green Blue C M Y K H S L
Decimal 40 5 141 0.72 0.96 0 0.45 255.44 0.93 0.29
Hex 28 5 8D 48 60 0 2D FF 5D 1D
Octal 50 5 215 110 140 0 55 377 135 35
Binary 101000 101 10001101 1001000 1100000 0 101101 11111111 1011101 11101

Color Harmonies of #28058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28058D

Black with #28058D

Text Example


Text Example

White with #28058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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