Html Css Color HEX #28056F Persian Indigo

📋 copy color: '#28056F'

red 40 ◦ green 5 ◦ blue 111

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

Shades of Persian Indigo #28056F

Tints of Persian Indigo #28056F

RGB

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

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

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

R = 25.64%
G = 3.21%
B = 71.15%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#28056F (or 0x28056F) is known color: Persian Indigo. HEX triplet: 28, 05 and 6F. RGB value is (40,5,111). Sum of RGB (Red+Green+Blue) = 40+5+111=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 111 (43.75% from 255 or 71.15% from 156); Max value from RGB is 111 - color contains mainly: blue. Hex color #28056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28056F is #D7FA90. Grayscale: #1B1B1B. Windows color (decimal): -14154385 or 7275816. OLE color: 7275816.

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

Color convert

RGB 40 5 111 -
CMYK 0.64 0.95 0 0.56
HSL 259.81º 0.91% 0.23% -
HSV(B) 259.81º 0.95% 0.44% -
XYZ 3.8 1.71 15.17 -
YUV 27.55 175.1 136.88 -
System Red Green Blue C M Y K H S L
Decimal 40 5 111 0.64 0.95 0 0.56 259.81 0.91 0.23
Hex 28 5 6F 40 5F 0 38 104 5B 17
Octal 50 5 157 100 137 0 70 404 133 27
Binary 101000 101 1101111 1000000 1011111 0 111000 100000100 1011011 10111

Color Harmonies of #28056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28056F

Black with #28056F

Text Example


Text Example

White with #28056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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