Html Css Color HEX #28177C Persian Indigo

📋 copy color: '#28177C'

red 40 ◦ green 23 ◦ blue 124

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

Shades of Persian Indigo #28177C

Tints of Persian Indigo #28177C

RGB

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

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

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

R = 21.39%
G = 12.3%
B = 66.31%

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

#28177C (or 0x28177C) is known color: Persian Indigo. HEX triplet: 28, 17 and 7C. RGB value is (40,23,124). Sum of RGB (Red+Green+Blue) = 40+23+124=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #28177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28177C is #D7E883. Grayscale: #272727. Windows color (decimal): -14149764 or 8132392. OLE color: 8132392.

HSL color Cylindrical-coordinate representation of color #28177C: hue angle of 250.1º degrees, saturation: 0.69, 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 #28177C is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 23 124 -
CMYK 0.68 0.81 0 0.51
HSL 250.1º 0.69% 0.29% -
HSV(B) 250.1º 0.81% 0.49% -
XYZ 4.82 2.52 19.3 -
YUV 39.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 40 23 124 0.68 0.81 0 0.51 250.1 0.69 0.29
Hex 28 17 7C 44 51 0 33 FA 45 1D
Octal 50 27 174 104 121 0 63 372 105 35
Binary 101000 10111 1111100 1000100 1010001 0 110011 11111010 1000101 11101

Color Harmonies of #28177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28177C

Black with #28177C

Text Example


Text Example

White with #28177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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