Html Css Color HEX #28008F Persian Indigo

📋 copy color: '#28008F'

red 40 ◦ green 0 ◦ blue 143

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

Shades of Persian Indigo #28008F

Tints of Persian Indigo #28008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 21.86%
G = 0%
B = 78.14%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28008F (or 0x28008F) is known color: Persian Indigo. HEX triplet: 28, 00 and 8F. RGB value is (40,0,143). Sum of RGB (Red+Green+Blue) = 40+0+143=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 143 (56.25% from 255 or 78.14% from 183); Max value from RGB is 143 - color contains mainly: blue. Hex color #28008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28008F is #D7FF70. Grayscale: #1B1B1B. Windows color (decimal): -14155633 or 9371688. OLE color: 9371688.

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

Color convert

RGB 40 0 143 -
CMYK 0.72 1 0 0.44
HSL 256.78º 1% 0.28% -
HSV(B) 256.78º 1% 0.56% -
XYZ 5.83 2.43 26.15 -
YUV 28.26 192.75 136.37 -
System Red Green Blue C M Y K H S L
Decimal 40 0 143 0.72 1 0 0.44 256.78 1 0.28
Hex 28 0 8F 48 64 0 2C 101 64 1C
Octal 50 0 217 110 144 0 54 401 144 34
Binary 101000 0 10001111 1001000 1100100 0 101100 100000001 1100100 11100

Color Harmonies of #28008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28008F

Black with #28008F

Text Example


Text Example

White with #28008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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