Html Css Color HEX #28127C Persian Indigo

📋 copy color: '#28127C'

red 40 ◦ green 18 ◦ blue 124

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

Shades of Persian Indigo #28127C

Tints of Persian Indigo #28127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

 BLUE value IS 124 (48.83% from 255) = 68.13%

R = 21.98%
G = 9.89%
B = 68.13%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28127C (or 0x28127C) is known color: Persian Indigo. HEX triplet: 28, 12 and 7C. RGB value is (40,18,124). Sum of RGB (Red+Green+Blue) = 40+18+124=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #28127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28127C is #D7ED83. Grayscale: #242424. Windows color (decimal): -14151044 or 8131112. OLE color: 8131112.

HSL color Cylindrical-coordinate representation of color #28127C: hue angle of 252.45º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28127C is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 18 124 -
CMYK 0.68 0.85 0 0.51
HSL 252.45º 0.75% 0.28% -
HSV(B) 252.45º 0.85% 0.49% -
XYZ 4.73 2.34 19.27 -
YUV 36.66 177.29 130.38 -
System Red Green Blue C M Y K H S L
Decimal 40 18 124 0.68 0.85 0 0.51 252.45 0.75 0.28
Hex 28 12 7C 44 55 0 33 FC 4B 1C
Octal 50 22 174 104 125 0 63 374 113 34
Binary 101000 10010 1111100 1000100 1010101 0 110011 11111100 1001011 11100

Color Harmonies of #28127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28127C

Black with #28127C

Text Example


Text Example

White with #28127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28127C; }

 p { color: rgb(40,18,124); }

 H1.HeaderClassName
 {
   color: #28127C;
 }
 .AnyTagClassName
 {
   color: #28127C;
 }
</style>

background-color css

<style>
 a { background-color: #28127C; }

 a { background-color: rgb(40,18,124); }

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

border-color css

<style>
 span { border-color: #28127C; }

 span { border-color: rgb(40,18,124); }

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