Html Css Color HEX #28018D Persian Indigo

📋 copy color: '#28018D'

red 40 ◦ green 1 ◦ blue 141

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

Shades of Persian Indigo #28018D

Tints of Persian Indigo #28018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 21.98%
G = 0.55%
B = 77.47%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28018D (or 0x28018D) is known color: Persian Indigo. HEX triplet: 28, 01 and 8D. RGB value is (40,1,141). Sum of RGB (Red+Green+Blue) = 40+1+141=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 141 (55.47% from 255 or 77.47% from 182); Max value from RGB is 141 - color contains mainly: blue. Hex color #28018D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28018D is #D7FE72. Grayscale: #1C1C1C. Windows color (decimal): -14155379 or 9240872. OLE color: 9240872.

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

Color convert

RGB 40 1 141 -
CMYK 0.72 0.99 0 0.45
HSL 256.71º 0.99% 0.28% -
HSV(B) 256.71º 0.99% 0.55% -
XYZ 5.69 2.4 25.36 -
YUV 28.62 191.42 136.12 -
System Red Green Blue C M Y K H S L
Decimal 40 1 141 0.72 0.99 0 0.45 256.71 0.99 0.28
Hex 28 1 8D 48 63 0 2D 101 63 1C
Octal 50 1 215 110 143 0 55 401 143 34
Binary 101000 1 10001101 1001000 1100011 0 101101 100000001 1100011 11100

Color Harmonies of #28018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28018D

Black with #28018D

Text Example


Text Example

White with #28018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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