Html Css Color HEX #28026A Persian Indigo

📋 copy color: '#28026A'

red 40 ◦ green 2 ◦ blue 106

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

Shades of Persian Indigo #28026A

Tints of Persian Indigo #28026A

RGB

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

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

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

R = 27.03%
G = 1.35%
B = 71.62%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28026A (or 0x28026A) is known color: Persian Indigo. HEX triplet: 28, 02 and 6A. RGB value is (40,2,106). Sum of RGB (Red+Green+Blue) = 40+2+106=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 106 (41.80% from 255 or 71.62% from 148); Max value from RGB is 106 - color contains mainly: blue. Hex color #28026A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28026A is #D7FD95. Grayscale: #181818. Windows color (decimal): -14155158 or 6947368. OLE color: 6947368.

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

Color convert

RGB 40 2 106 -
CMYK 0.62 0.98 0 0.58
HSL 261.92º 0.96% 0.21% -
HSV(B) 261.92º 0.98% 0.42% -
XYZ 3.5 1.54 13.75 -
YUV 25.22 173.59 138.54 -
System Red Green Blue C M Y K H S L
Decimal 40 2 106 0.62 0.98 0 0.58 261.92 0.96 0.21
Hex 28 2 6A 3E 62 0 3A 106 60 15
Octal 50 2 152 76 142 0 72 406 140 25
Binary 101000 10 1101010 111110 1100010 0 111010 100000110 1100000 10101

Color Harmonies of #28026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28026A

Black with #28026A

Text Example


Text Example

White with #28026A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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