Html Css Color HEX #28187C Persian Indigo

📋 copy color: '#28187C'

red 40 ◦ green 24 ◦ blue 124

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

Shades of Persian Indigo #28187C

Tints of Persian Indigo #28187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.77%

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

R = 21.28%
G = 12.77%
B = 65.96%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28187C (or 0x28187C) is known color: Persian Indigo. HEX triplet: 28, 18 and 7C. RGB value is (40,24,124). Sum of RGB (Red+Green+Blue) = 40+24+124=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 124 (48.83% from 255 or 65.96% from 188); Max value from RGB is 124 - color contains mainly: blue. Hex color #28187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28187C is #D7E783. Grayscale: #272727. Windows color (decimal): -14149508 or 8132648. OLE color: 8132648.

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

Color convert

RGB 40 24 124 -
CMYK 0.68 0.81 0 0.51
HSL 249.6º 0.68% 0.29% -
HSV(B) 249.6º 0.81% 0.49% -
XYZ 4.84 2.56 19.31 -
YUV 40.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 40 24 124 0.68 0.81 0 0.51 249.6 0.68 0.29
Hex 28 18 7C 44 51 0 33 FA 44 1D
Octal 50 30 174 104 121 0 63 372 104 35
Binary 101000 11000 1111100 1000100 1010001 0 110011 11111010 1000100 11101

Color Harmonies of #28187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28187C

Black with #28187C

Text Example


Text Example

White with #28187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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