Html Css Color HEX #28036A Persian Indigo

📋 copy color: '#28036A'

red 40 ◦ green 3 ◦ blue 106

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

Shades of Persian Indigo #28036A

Tints of Persian Indigo #28036A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

 BLUE value IS 106 (41.8% from 255) = 71.14%

R = 26.85%
G = 2.01%
B = 71.14%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28036A (or 0x28036A) is known color: Persian Indigo. HEX triplet: 28, 03 and 6A. RGB value is (40,3,106). Sum of RGB (Red+Green+Blue) = 40+3+106=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 106 (41.80% from 255 or 71.14% from 149); Max value from RGB is 106 - color contains mainly: blue. Hex color #28036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28036A is #D7FC95. Grayscale: #191919. Windows color (decimal): -14154902 or 6947624. OLE color: 6947624.

HSL color Cylindrical-coordinate representation of color #28036A: hue angle of 261.55º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28036A is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 3 106 -
CMYK 0.62 0.97 0 0.58
HSL 261.55º 0.94% 0.21% -
HSV(B) 261.55º 0.97% 0.42% -
XYZ 3.51 1.56 13.75 -
YUV 25.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 40 3 106 0.62 0.97 0 0.58 261.55 0.94 0.21
Hex 28 3 6A 3E 61 0 3A 106 5E 15
Octal 50 3 152 76 141 0 72 406 136 25
Binary 101000 11 1101010 111110 1100001 0 111010 100000110 1011110 10101

Color Harmonies of #28036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28036A

Black with #28036A

Text Example


Text Example

White with #28036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28036A; }

 p { color: rgb(40,3,106); }

 H1.HeaderClassName
 {
   color: #28036A;
 }
 .AnyTagClassName
 {
   color: #28036A;
 }
</style>

background-color css

<style>
 a { background-color: #28036A; }

 a { background-color: rgb(40,3,106); }

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

border-color css

<style>
 span { border-color: #28036A; }

 span { border-color: rgb(40,3,106); }

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