Html Css Color HEX #28178C Persian Indigo

📋 copy color: '#28178C'

red 40 ◦ green 23 ◦ blue 140

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

Shades of Persian Indigo #28178C

Tints of Persian Indigo #28178C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.33%

 BLUE value IS 140 (55.08% from 255) = 68.97%

R = 19.7%
G = 11.33%
B = 68.97%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28178C (or 0x28178C) is known color: Persian Indigo. HEX triplet: 28, 17 and 8C. RGB value is (40,23,140). Sum of RGB (Red+Green+Blue) = 40+23+140=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #28178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28178C is #D7E873. Grayscale: #282828. Windows color (decimal): -14149748 or 9180968. OLE color: 9180968.

HSL color Cylindrical-coordinate representation of color #28178C: hue angle of 248.72º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28178C is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 23 140 -
CMYK 0.71 0.84 0 0.45
HSL 248.72º 0.72% 0.32% -
HSV(B) 248.72º 0.84% 0.55% -
XYZ 5.92 2.96 25.07 -
YUV 41.42 183.63 126.99 -
System Red Green Blue C M Y K H S L
Decimal 40 23 140 0.71 0.84 0 0.45 248.72 0.72 0.32
Hex 28 17 8C 47 54 0 2D F9 48 20
Octal 50 27 214 107 124 0 55 371 110 40
Binary 101000 10111 10001100 1000111 1010100 0 101101 11111001 1001000 100000

Color Harmonies of #28178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28178C

Black with #28178C

Text Example


Text Example

White with #28178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,23,140); }

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

background-color css

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

 a { background-color: rgb(40,23,140); }

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

border-color css

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

 span { border-color: rgb(40,23,140); }

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