Html Css Color HEX #28076A Persian Indigo

📋 copy color: '#28076A'

red 40 ◦ green 7 ◦ blue 106

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

Shades of Persian Indigo #28076A

Tints of Persian Indigo #28076A

RGB

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

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

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

R = 26.14%
G = 4.58%
B = 69.28%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28076A (or 0x28076A) is known color: Persian Indigo. HEX triplet: 28, 07 and 6A. RGB value is (40,7,106). Sum of RGB (Red+Green+Blue) = 40+7+106=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 106 (41.80% from 255 or 69.28% from 153); Max value from RGB is 106 - color contains mainly: blue. Hex color #28076A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28076A is #D7F895. Grayscale: #1B1B1B. Windows color (decimal): -14153878 or 6948648. OLE color: 6948648.

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

Color convert

RGB 40 7 106 -
CMYK 0.62 0.93 0 0.58
HSL 260º 0.88% 0.22% -
HSV(B) 260º 0.93% 0.42% -
XYZ 3.55 1.64 13.77 -
YUV 28.15 171.93 136.45 -
System Red Green Blue C M Y K H S L
Decimal 40 7 106 0.62 0.93 0 0.58 260 0.88 0.22
Hex 28 7 6A 3E 5D 0 3A 104 58 16
Octal 50 7 152 76 135 0 72 404 130 26
Binary 101000 111 1101010 111110 1011101 0 111010 100000100 1011000 10110

Color Harmonies of #28076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28076A

Black with #28076A

Text Example


Text Example

White with #28076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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