Html Css Color HEX #28107E Persian Indigo

📋 copy color: '#28107E'

red 40 ◦ green 16 ◦ blue 126

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

Shades of Persian Indigo #28107E

Tints of Persian Indigo #28107E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 69.23%

R = 21.98%
G = 8.79%
B = 69.23%

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

#28107E (or 0x28107E) is known color: Persian Indigo. HEX triplet: 28, 10 and 7E. RGB value is (40,16,126). Sum of RGB (Red+Green+Blue) = 40+16+126=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 126 (49.61% from 255 or 69.23% from 182); Max value from RGB is 126 - color contains mainly: blue. Hex color #28107E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28107E is #D7EF81. Grayscale: #232323. Windows color (decimal): -14151554 or 8261672. OLE color: 8261672.

HSL color Cylindrical-coordinate representation of color #28107E: hue angle of 253.09º 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 #28107E is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 16 126 -
CMYK 0.68 0.87 0 0.51
HSL 253.09º 0.77% 0.28% -
HSV(B) 253.09º 0.87% 0.49% -
XYZ 4.83 2.33 19.93 -
YUV 35.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 40 16 126 0.68 0.87 0 0.51 253.09 0.77 0.28
Hex 28 10 7E 44 57 0 33 FD 4D 1C
Octal 50 20 176 104 127 0 63 375 115 34
Binary 101000 10000 1111110 1000100 1010111 0 110011 11111101 1001101 11100

Color Harmonies of #28107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28107E

Black with #28107E

Text Example


Text Example

White with #28107E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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