Html Css Color HEX #28056E Persian Indigo

📋 copy color: '#28056E'

red 40 ◦ green 5 ◦ blue 110

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

Shades of Persian Indigo #28056E

Tints of Persian Indigo #28056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.23%

 BLUE value IS 110 (43.36% from 255) = 70.97%

R = 25.81%
G = 3.23%
B = 70.97%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28056E (or 0x28056E) is known color: Persian Indigo. HEX triplet: 28, 05 and 6E. RGB value is (40,5,110). Sum of RGB (Red+Green+Blue) = 40+5+110=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 110 (43.36% from 255 or 70.97% from 155); Max value from RGB is 110 - color contains mainly: blue. Hex color #28056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28056E is #D7FA91. Grayscale: #1B1B1B. Windows color (decimal): -14154386 or 7210280. OLE color: 7210280.

HSL color Cylindrical-coordinate representation of color #28056E: hue angle of 260º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28056E is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 5 110 -
CMYK 0.64 0.95 0 0.57
HSL 260º 0.91% 0.23% -
HSV(B) 260º 0.95% 0.43% -
XYZ 3.74 1.69 14.88 -
YUV 27.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 40 5 110 0.64 0.95 0 0.57 260 0.91 0.23
Hex 28 5 6E 40 5F 0 39 104 5B 17
Octal 50 5 156 100 137 0 71 404 133 27
Binary 101000 101 1101110 1000000 1011111 0 111001 100000100 1011011 10111

Color Harmonies of #28056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28056E

Black with #28056E

Text Example


Text Example

White with #28056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28056E; }

 p { color: rgb(40,5,110); }

 H1.HeaderClassName
 {
   color: #28056E;
 }
 .AnyTagClassName
 {
   color: #28056E;
 }
</style>

background-color css

<style>
 a { background-color: #28056E; }

 a { background-color: rgb(40,5,110); }

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

border-color css

<style>
 span { border-color: #28056E; }

 span { border-color: rgb(40,5,110); }

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