Html Css Color HEX #36028B Persian Indigo

📋 copy color: '#36028B'

red 54 ◦ green 2 ◦ blue 139

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

Shades of Persian Indigo #36028B

Tints of Persian Indigo #36028B

RGB

 RED value IS 54 (21.48% from 255) = 27.69%

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 139 (54.69% from 255) = 71.28%

R = 27.69%
G = 1.03%
B = 71.28%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36028B (or 0x36028B) is known color: Persian Indigo. HEX triplet: 36, 02 and 8B. RGB value is (54,2,139). Sum of RGB (Red+Green+Blue) = 54+2+139=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #36028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36028B is #C9FD74. Grayscale: #202020. Windows color (decimal): -13237621 or 9110070. OLE color: 9110070.

HSL color Cylindrical-coordinate representation of color #36028B: hue angle of 262.77º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36028B is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 2 139 -
CMYK 0.61 0.99 0 0.45
HSL 262.77º 0.97% 0.28% -
HSV(B) 262.77º 0.99% 0.55% -
XYZ 6.2 2.69 24.62 -
YUV 33.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 54 2 139 0.61 0.99 0 0.45 262.77 0.97 0.28
Hex 36 2 8B 3D 63 0 2D 107 61 1C
Octal 66 2 213 75 143 0 55 407 141 34
Binary 110110 10 10001011 111101 1100011 0 101101 100000111 1100001 11100

Color Harmonies of #36028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36028B

Black with #36028B

Text Example


Text Example

White with #36028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,2,139); }

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

background-color css

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

 a { background-color: rgb(54,2,139); }

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

border-color css

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

 span { border-color: rgb(54,2,139); }

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