Html Css Color HEX #28076F Persian Indigo

📋 copy color: '#28076F'

red 40 ◦ green 7 ◦ blue 111

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

Shades of Persian Indigo #28076F

Tints of Persian Indigo #28076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.43%

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

R = 25.32%
G = 4.43%
B = 70.25%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#28076F (or 0x28076F) is known color: Persian Indigo. HEX triplet: 28, 07 and 6F. RGB value is (40,7,111). Sum of RGB (Red+Green+Blue) = 40+7+111=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #28076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28076F is #D7F890. Grayscale: #1C1C1C. Windows color (decimal): -14153873 or 7276328. OLE color: 7276328.

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

Color convert

RGB 40 7 111 -
CMYK 0.64 0.94 0 0.56
HSL 259.04º 0.88% 0.23% -
HSV(B) 259.04º 0.94% 0.44% -
XYZ 3.82 1.75 15.18 -
YUV 28.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 40 7 111 0.64 0.94 0 0.56 259.04 0.88 0.23
Hex 28 7 6F 40 5E 0 38 103 58 17
Octal 50 7 157 100 136 0 70 403 130 27
Binary 101000 111 1101111 1000000 1011110 0 111000 100000011 1011000 10111

Color Harmonies of #28076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28076F

Black with #28076F

Text Example


Text Example

White with #28076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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