Html Css Color HEX #28016A Persian Indigo

📋 copy color: '#28016A'

red 40 ◦ green 1 ◦ blue 106

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

Shades of Persian Indigo #28016A

Tints of Persian Indigo #28016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 27.21%
G = 0.68%
B = 72.11%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28016A (or 0x28016A) is known color: Persian Indigo. HEX triplet: 28, 01 and 6A. RGB value is (40,1,106). Sum of RGB (Red+Green+Blue) = 40+1+106=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #28016A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28016A is #D7FE95. Grayscale: #181818. Windows color (decimal): -14155414 or 6947112. OLE color: 6947112.

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

Color convert

RGB 40 1 106 -
CMYK 0.62 0.99 0 0.58
HSL 262.29º 0.98% 0.21% -
HSV(B) 262.29º 0.99% 0.42% -
XYZ 3.49 1.51 13.74 -
YUV 24.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 40 1 106 0.62 0.99 0 0.58 262.29 0.98 0.21
Hex 28 1 6A 3E 63 0 3A 106 62 15
Octal 50 1 152 76 143 0 72 406 142 25
Binary 101000 1 1101010 111110 1100011 0 111010 100000110 1100010 10101

Color Harmonies of #28016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28016A

Black with #28016A

Text Example


Text Example

White with #28016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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