Html Css Color HEX #28107D Persian Indigo

📋 copy color: '#28107D'

red 40 ◦ green 16 ◦ blue 125

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

Shades of Persian Indigo #28107D

Tints of Persian Indigo #28107D

RGB

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

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

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

R = 22.1%
G = 8.84%
B = 69.06%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28107D (or 0x28107D) is known color: Persian Indigo. HEX triplet: 28, 10 and 7D. RGB value is (40,16,125). Sum of RGB (Red+Green+Blue) = 40+16+125=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #28107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28107D is #D7EF82. Grayscale: #232323. Windows color (decimal): -14151555 or 8196136. OLE color: 8196136.

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

Color convert

RGB 40 16 125 -
CMYK 0.68 0.87 0 0.51
HSL 253.21º 0.77% 0.28% -
HSV(B) 253.21º 0.87% 0.49% -
XYZ 4.76 2.3 19.6 -
YUV 35.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 40 16 125 0.68 0.87 0 0.51 253.21 0.77 0.28
Hex 28 10 7D 44 57 0 33 FD 4D 1C
Octal 50 20 175 104 127 0 63 375 115 34
Binary 101000 10000 1111101 1000100 1010111 0 110011 11111101 1001101 11100

Color Harmonies of #28107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28107D

Black with #28107D

Text Example


Text Example

White with #28107D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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