Html Css Color HEX #28106C Persian Indigo

📋 copy color: '#28106C'

red 40 ◦ green 16 ◦ blue 108

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

Shades of Persian Indigo #28106C

Tints of Persian Indigo #28106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 65.85%

R = 24.39%
G = 9.76%
B = 65.85%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28106C (or 0x28106C) is known color: Persian Indigo. HEX triplet: 28, 10 and 6C. RGB value is (40,16,108). Sum of RGB (Red+Green+Blue) = 40+16+108=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #28106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28106C is #D7EF93. Grayscale: #212121. Windows color (decimal): -14151572 or 7082024. OLE color: 7082024.

HSL color Cylindrical-coordinate representation of color #28106C: hue angle of 255.65º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28106C is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 16 108 -
CMYK 0.63 0.85 0 0.58
HSL 255.65º 0.74% 0.24% -
HSV(B) 255.65º 0.85% 0.42% -
XYZ 3.77 1.9 14.36 -
YUV 33.66 169.95 132.52 -
System Red Green Blue C M Y K H S L
Decimal 40 16 108 0.63 0.85 0 0.58 255.65 0.74 0.24
Hex 28 10 6C 3F 55 0 3A 100 4A 18
Octal 50 20 154 77 125 0 72 400 112 30
Binary 101000 10000 1101100 111111 1010101 0 111010 100000000 1001010 11000

Color Harmonies of #28106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28106C

Black with #28106C

Text Example


Text Example

White with #28106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28106C; }

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

 H1.HeaderClassName
 {
   color: #28106C;
 }
 .AnyTagClassName
 {
   color: #28106C;
 }
</style>

background-color css

<style>
 a { background-color: #28106C; }

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

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

border-color css

<style>
 span { border-color: #28106C; }

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

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