Html Css Color HEX #28136D Persian Indigo

📋 copy color: '#28136D'

red 40 ◦ green 19 ◦ blue 109

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

Shades of Persian Indigo #28136D

Tints of Persian Indigo #28136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

 BLUE value IS 109 (42.97% from 255) = 64.88%

R = 23.81%
G = 11.31%
B = 64.88%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28136D (or 0x28136D) is known color: Persian Indigo. HEX triplet: 28, 13 and 6D. RGB value is (40,19,109). Sum of RGB (Red+Green+Blue) = 40+19+109=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #28136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28136D is #D7EC92. Grayscale: #232323. Windows color (decimal): -14150803 or 7148328. OLE color: 7148328.

HSL color Cylindrical-coordinate representation of color #28136D: hue angle of 254º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28136D is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 19 109 -
CMYK 0.63 0.83 0 0.57
HSL 254º 0.7% 0.25% -
HSV(B) 254º 0.83% 0.43% -
XYZ 3.87 2.02 14.65 -
YUV 35.54 169.46 131.18 -
System Red Green Blue C M Y K H S L
Decimal 40 19 109 0.63 0.83 0 0.57 254 0.7 0.25
Hex 28 13 6D 3F 53 0 39 FE 46 19
Octal 50 23 155 77 123 0 71 376 106 31
Binary 101000 10011 1101101 111111 1010011 0 111001 11111110 1000110 11001

Color Harmonies of #28136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28136D

Black with #28136D

Text Example


Text Example

White with #28136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,19,109); }

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

background-color css

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

 a { background-color: rgb(40,19,109); }

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

border-color css

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

 span { border-color: rgb(40,19,109); }

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