Html Css Color HEX #28036B Persian Indigo

📋 copy color: '#28036B'

red 40 ◦ green 3 ◦ blue 107

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

Shades of Persian Indigo #28036B

Tints of Persian Indigo #28036B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

 BLUE value IS 107 (42.19% from 255) = 71.33%

R = 26.67%
G = 2%
B = 71.33%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28036B (or 0x28036B) is known color: Persian Indigo. HEX triplet: 28, 03 and 6B. RGB value is (40,3,107). Sum of RGB (Red+Green+Blue) = 40+3+107=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 107 (42.19% from 255 or 71.33% from 150); Max value from RGB is 107 - color contains mainly: blue. Hex color #28036B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28036B is #D7FC94. Grayscale: #191919. Windows color (decimal): -14154901 or 7013160. OLE color: 7013160.

HSL color Cylindrical-coordinate representation of color #28036B: hue angle of 261.35º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28036B is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 3 107 -
CMYK 0.63 0.97 0 0.58
HSL 261.35º 0.95% 0.22% -
HSV(B) 261.35º 0.97% 0.42% -
XYZ 3.56 1.58 14.03 -
YUV 25.92 173.76 138.04 -
System Red Green Blue C M Y K H S L
Decimal 40 3 107 0.63 0.97 0 0.58 261.35 0.95 0.22
Hex 28 3 6B 3F 61 0 3A 105 5F 16
Octal 50 3 153 77 141 0 72 405 137 26
Binary 101000 11 1101011 111111 1100001 0 111010 100000101 1011111 10110

Color Harmonies of #28036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28036B

Black with #28036B

Text Example


Text Example

White with #28036B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28036B; }

 p { color: rgb(40,3,107); }

 H1.HeaderClassName
 {
   color: #28036B;
 }
 .AnyTagClassName
 {
   color: #28036B;
 }
</style>

background-color css

<style>
 a { background-color: #28036B; }

 a { background-color: rgb(40,3,107); }

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

border-color css

<style>
 span { border-color: #28036B; }

 span { border-color: rgb(40,3,107); }

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