Html Css Color HEX #28156A Persian Indigo

📋 copy color: '#28156A'

red 40 ◦ green 21 ◦ blue 106

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

Shades of Persian Indigo #28156A

Tints of Persian Indigo #28156A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.57%

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

R = 23.95%
G = 12.57%
B = 63.47%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28156A (or 0x28156A) is known color: Persian Indigo. HEX triplet: 28, 15 and 6A. RGB value is (40,21,106). Sum of RGB (Red+Green+Blue) = 40+21+106=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #28156A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28156A is #D7EA95. Grayscale: #242424. Windows color (decimal): -14150294 or 6952232. OLE color: 6952232.

HSL color Cylindrical-coordinate representation of color #28156A: hue angle of 253.41º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28156A is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 21 106 -
CMYK 0.62 0.80 0 0.58
HSL 253.41º 0.67% 0.25% -
HSV(B) 253.41º 0.8% 0.42% -
XYZ 3.74 2.03 13.83 -
YUV 36.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 40 21 106 0.62 0.80 0 0.58 253.41 0.67 0.25
Hex 28 15 6A 3E 50 0 3A FD 43 19
Octal 50 25 152 76 120 0 72 375 103 31
Binary 101000 10101 1101010 111110 1010000 0 111010 11111101 1000011 11001

Color Harmonies of #28156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28156A

Black with #28156A

Text Example


Text Example

White with #28156A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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