Html Css Color HEX #28036F Persian Indigo

📋 copy color: '#28036F'

red 40 ◦ green 3 ◦ blue 111

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

Shades of Persian Indigo #28036F

Tints of Persian Indigo #28036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 72.08%

R = 25.97%
G = 1.95%
B = 72.08%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#28036F (or 0x28036F) is known color: Persian Indigo. HEX triplet: 28, 03 and 6F. RGB value is (40,3,111). Sum of RGB (Red+Green+Blue) = 40+3+111=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 111 (43.75% from 255 or 72.08% from 154); Max value from RGB is 111 - color contains mainly: blue. Hex color #28036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28036F is #D7FC90. Grayscale: #191919. Windows color (decimal): -14154897 or 7275304. OLE color: 7275304.

HSL color Cylindrical-coordinate representation of color #28036F: hue angle of 260.56º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28036F is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 3 111 -
CMYK 0.64 0.97 0 0.56
HSL 260.56º 0.95% 0.22% -
HSV(B) 260.56º 0.97% 0.44% -
XYZ 3.78 1.66 15.16 -
YUV 26.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 40 3 111 0.64 0.97 0 0.56 260.56 0.95 0.22
Hex 28 3 6F 40 61 0 38 105 5F 16
Octal 50 3 157 100 141 0 70 405 137 26
Binary 101000 11 1101111 1000000 1100001 0 111000 100000101 1011111 10110

Color Harmonies of #28036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28036F

Black with #28036F

Text Example


Text Example

White with #28036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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