Html Css Color HEX #28006D Persian Indigo

📋 copy color: '#28006D'

red 40 ◦ green 0 ◦ blue 109

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

Shades of Persian Indigo #28006D

Tints of Persian Indigo #28006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.85%
G = 0%
B = 73.15%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28006D (or 0x28006D) is known color: Persian Indigo. HEX triplet: 28, 00 and 6D. RGB value is (40,0,109). Sum of RGB (Red+Green+Blue) = 40+0+109=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #28006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28006D is #D7FF92. Grayscale: #171717. Windows color (decimal): -14155667 or 7143464. OLE color: 7143464.

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

Color convert

RGB 40 0 109 -
CMYK 0.63 1 0 0.57
HSL 262.02º 1% 0.21% -
HSV(B) 262.02º 1% 0.43% -
XYZ 3.64 1.56 14.58 -
YUV 24.39 175.75 139.14 -
System Red Green Blue C M Y K H S L
Decimal 40 0 109 0.63 1 0 0.57 262.02 1 0.21
Hex 28 0 6D 3F 64 0 39 106 64 15
Octal 50 0 155 77 144 0 71 406 144 25
Binary 101000 0 1101101 111111 1100100 0 111001 100000110 1100100 10101

Color Harmonies of #28006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28006D

Black with #28006D

Text Example


Text Example

White with #28006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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