Html Css Color HEX #28197D Persian Indigo

📋 copy color: '#28197D'

red 40 ◦ green 25 ◦ blue 125

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

Shades of Persian Indigo #28197D

Tints of Persian Indigo #28197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

 BLUE value IS 125 (49.22% from 255) = 65.79%

R = 21.05%
G = 13.16%
B = 65.79%

CMYK

 C value IS 0.68

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28197D (or 0x28197D) is known color: Persian Indigo. HEX triplet: 28, 19 and 7D. RGB value is (40,25,125). Sum of RGB (Red+Green+Blue) = 40+25+125=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #28197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28197D is #D7E682. Grayscale: #282828. Windows color (decimal): -14149251 or 8198440. OLE color: 8198440.

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

Color convert

RGB 40 25 125 -
CMYK 0.68 0.8 0 0.51
HSL 249º 0.67% 0.29% -
HSV(B) 249º 0.8% 0.49% -
XYZ 4.92 2.63 19.65 -
YUV 40.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 40 25 125 0.68 0.8 0 0.51 249 0.67 0.29
Hex 28 19 7D 44 50 0 33 F9 43 1D
Octal 50 31 175 104 120 0 63 371 103 35
Binary 101000 11001 1111101 1000100 1010000 0 110011 11111001 1000011 11101

Color Harmonies of #28197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28197D

Black with #28197D

Text Example


Text Example

White with #28197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28197D; }

 p { color: rgb(40,25,125); }

 H1.HeaderClassName
 {
   color: #28197D;
 }
 .AnyTagClassName
 {
   color: #28197D;
 }
</style>

background-color css

<style>
 a { background-color: #28197D; }

 a { background-color: rgb(40,25,125); }

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

border-color css

<style>
 span { border-color: #28197D; }

 span { border-color: rgb(40,25,125); }

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