Html Css Color HEX #28006F Persian Indigo

📋 copy color: '#28006F'

red 40 ◦ green 0 ◦ blue 111

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

Shades of Persian Indigo #28006F

Tints of Persian Indigo #28006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.49%
G = 0%
B = 73.51%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#28006F (or 0x28006F) is known color: Persian Indigo. HEX triplet: 28, 00 and 6F. RGB value is (40,0,111). Sum of RGB (Red+Green+Blue) = 40+0+111=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 111 (43.75% from 255 or 73.51% from 151); Max value from RGB is 111 - color contains mainly: blue. Hex color #28006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28006F is #D7FF90. Grayscale: #181818. Windows color (decimal): -14155665 or 7274536. OLE color: 7274536.

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

Color convert

RGB 40 0 111 -
CMYK 0.64 1 0 0.56
HSL 261.62º 1% 0.22% -
HSV(B) 261.62º 1% 0.44% -
XYZ 3.74 1.6 15.15 -
YUV 24.61 176.75 138.97 -
System Red Green Blue C M Y K H S L
Decimal 40 0 111 0.64 1 0 0.56 261.62 1 0.22
Hex 28 0 6F 40 64 0 38 106 64 16
Octal 50 0 157 100 144 0 70 406 144 26
Binary 101000 0 1101111 1000000 1100100 0 111000 100000110 1100100 10110

Color Harmonies of #28006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28006F

Black with #28006F

Text Example


Text Example

White with #28006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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