Html Css Color HEX #28108A Persian Indigo

📋 copy color: '#28108A'

red 40 ◦ green 16 ◦ blue 138

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

Shades of Persian Indigo #28108A

Tints of Persian Indigo #28108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

 BLUE value IS 138 (54.3% from 255) = 71.13%

R = 20.62%
G = 8.25%
B = 71.13%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#28108A (or 0x28108A) is known color: Persian Indigo. HEX triplet: 28, 10 and 8A. RGB value is (40,16,138). Sum of RGB (Red+Green+Blue) = 40+16+138=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #28108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28108A is #D7EF75. Grayscale: #242424. Windows color (decimal): -14151542 or 9048104. OLE color: 9048104.

HSL color Cylindrical-coordinate representation of color #28108A: hue angle of 251.8º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28108A is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 16 138 -
CMYK 0.71 0.88 0 0.46
HSL 251.8º 0.79% 0.3% -
HSV(B) 251.8º 0.88% 0.54% -
XYZ 5.65 2.66 24.26 -
YUV 37.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 40 16 138 0.71 0.88 0 0.46 251.8 0.79 0.3
Hex 28 10 8A 47 58 0 2E FC 4F 1E
Octal 50 20 212 107 130 0 56 374 117 36
Binary 101000 10000 10001010 1000111 1011000 0 101110 11111100 1001111 11110

Color Harmonies of #28108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28108A

Black with #28108A

Text Example


Text Example

White with #28108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28108A; }

 p { color: rgb(40,16,138); }

 H1.HeaderClassName
 {
   color: #28108A;
 }
 .AnyTagClassName
 {
   color: #28108A;
 }
</style>

background-color css

<style>
 a { background-color: #28108A; }

 a { background-color: rgb(40,16,138); }

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

border-color css

<style>
 span { border-color: #28108A; }

 span { border-color: rgb(40,16,138); }

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