Html Css Color HEX #28198D Persian Indigo

📋 copy color: '#28198D'

red 40 ◦ green 25 ◦ blue 141

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

Shades of Persian Indigo #28198D

Tints of Persian Indigo #28198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 68.45%

R = 19.42%
G = 12.14%
B = 68.45%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28198D (or 0x28198D) is known color: Persian Indigo. HEX triplet: 28, 19 and 8D. RGB value is (40,25,141). Sum of RGB (Red+Green+Blue) = 40+25+141=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #28198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28198D is #D7E672. Grayscale: #2A2A2A. Windows color (decimal): -14149235 or 9247016. OLE color: 9247016.

HSL color Cylindrical-coordinate representation of color #28198D: hue angle of 247.76º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28198D is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 25 141 -
CMYK 0.72 0.82 0 0.45
HSL 247.76º 0.7% 0.33% -
HSV(B) 247.76º 0.82% 0.55% -
XYZ 6.03 3.07 25.47 -
YUV 42.71 183.47 126.07 -
System Red Green Blue C M Y K H S L
Decimal 40 25 141 0.72 0.82 0 0.45 247.76 0.7 0.33
Hex 28 19 8D 48 52 0 2D F8 46 21
Octal 50 31 215 110 122 0 55 370 106 41
Binary 101000 11001 10001101 1001000 1010010 0 101101 11111000 1000110 100001

Color Harmonies of #28198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28198D

Black with #28198D

Text Example


Text Example

White with #28198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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