Html Css Color HEX #28076C Persian Indigo

📋 copy color: '#28076C'

red 40 ◦ green 7 ◦ blue 108

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

Shades of Persian Indigo #28076C

Tints of Persian Indigo #28076C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 69.68%

R = 25.81%
G = 4.52%
B = 69.68%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28076C (or 0x28076C) is known color: Persian Indigo. HEX triplet: 28, 07 and 6C. RGB value is (40,7,108). Sum of RGB (Red+Green+Blue) = 40+7+108=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #28076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28076C is #D7F893. Grayscale: #1C1C1C. Windows color (decimal): -14153876 or 7079720. OLE color: 7079720.

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

Color convert

RGB 40 7 108 -
CMYK 0.63 0.94 0 0.58
HSL 259.6º 0.88% 0.23% -
HSV(B) 259.6º 0.94% 0.42% -
XYZ 3.66 1.69 14.32 -
YUV 28.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 40 7 108 0.63 0.94 0 0.58 259.6 0.88 0.23
Hex 28 7 6C 3F 5E 0 3A 104 58 17
Octal 50 7 154 77 136 0 72 404 130 27
Binary 101000 111 1101100 111111 1011110 0 111010 100000100 1011000 10111

Color Harmonies of #28076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28076C

Black with #28076C

Text Example


Text Example

White with #28076C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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