Html Css Color HEX #28026D Persian Indigo

📋 copy color: '#28026D'

red 40 ◦ green 2 ◦ blue 109

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

Shades of Persian Indigo #28026D

Tints of Persian Indigo #28026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 109 (42.97% from 255) = 72.19%

R = 26.49%
G = 1.32%
B = 72.19%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28026D (or 0x28026D) is known color: Persian Indigo. HEX triplet: 28, 02 and 6D. RGB value is (40,2,109). Sum of RGB (Red+Green+Blue) = 40+2+109=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 109 (42.97% from 255 or 72.19% from 151); Max value from RGB is 109 - color contains mainly: blue. Hex color #28026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28026D is #D7FD92. Grayscale: #191919. Windows color (decimal): -14155155 or 7143976. OLE color: 7143976.

HSL color Cylindrical-coordinate representation of color #28026D: hue angle of 261.31º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28026D is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 2 109 -
CMYK 0.63 0.98 0 0.57
HSL 261.31º 0.96% 0.22% -
HSV(B) 261.31º 0.98% 0.43% -
XYZ 3.66 1.6 14.58 -
YUV 25.56 175.09 138.3 -
System Red Green Blue C M Y K H S L
Decimal 40 2 109 0.63 0.98 0 0.57 261.31 0.96 0.22
Hex 28 2 6D 3F 62 0 39 105 60 16
Octal 50 2 155 77 142 0 71 405 140 26
Binary 101000 10 1101101 111111 1100010 0 111001 100000101 1100000 10110

Color Harmonies of #28026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28026D

Black with #28026D

Text Example


Text Example

White with #28026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28026D; }

 p { color: rgb(40,2,109); }

 H1.HeaderClassName
 {
   color: #28026D;
 }
 .AnyTagClassName
 {
   color: #28026D;
 }
</style>

background-color css

<style>
 a { background-color: #28026D; }

 a { background-color: rgb(40,2,109); }

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

border-color css

<style>
 span { border-color: #28026D; }

 span { border-color: rgb(40,2,109); }

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