Html Css Color HEX #28137A Persian Indigo

📋 copy color: '#28137A'

red 40 ◦ green 19 ◦ blue 122

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

Shades of Persian Indigo #28137A

Tints of Persian Indigo #28137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

 BLUE value IS 122 (48.05% from 255) = 67.4%

R = 22.1%
G = 10.5%
B = 67.4%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#28137A (or 0x28137A) is known color: Persian Indigo. HEX triplet: 28, 13 and 7A. RGB value is (40,19,122). Sum of RGB (Red+Green+Blue) = 40+19+122=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 122 (48.05% from 255 or 67.40% from 181); Max value from RGB is 122 - color contains mainly: blue. Hex color #28137A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28137A is #D7EC85. Grayscale: #242424. Windows color (decimal): -14150790 or 8000296. OLE color: 8000296.

HSL color Cylindrical-coordinate representation of color #28137A: hue angle of 252.23º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28137A is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 19 122 -
CMYK 0.67 0.84 0 0.52
HSL 252.23º 0.73% 0.28% -
HSV(B) 252.23º 0.84% 0.48% -
XYZ 4.62 2.32 18.62 -
YUV 37.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 40 19 122 0.67 0.84 0 0.52 252.23 0.73 0.28
Hex 28 13 7A 43 54 0 34 FC 49 1C
Octal 50 23 172 103 124 0 64 374 111 34
Binary 101000 10011 1111010 1000011 1010100 0 110100 11111100 1001001 11100

Color Harmonies of #28137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28137A

Black with #28137A

Text Example


Text Example

White with #28137A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,19,122); }

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

background-color css

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

 a { background-color: rgb(40,19,122); }

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

border-color css

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

 span { border-color: rgb(40,19,122); }

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