Html Css Color HEX #36058D Persian Indigo

📋 copy color: '#36058D'

red 54 ◦ green 5 ◦ blue 141

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

Shades of Persian Indigo #36058D

Tints of Persian Indigo #36058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.5%

 BLUE value IS 141 (55.47% from 255) = 70.5%

R = 27%
G = 2.5%
B = 70.5%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36058D (or 0x36058D) is known color: Persian Indigo. HEX triplet: 36, 05 and 8D. RGB value is (54,5,141). Sum of RGB (Red+Green+Blue) = 54+5+141=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #36058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36058D is #C9FA72. Grayscale: #222222. Windows color (decimal): -13236851 or 9241910. OLE color: 9241910.

HSL color Cylindrical-coordinate representation of color #36058D: hue angle of 261.62º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36058D is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 5 141 -
CMYK 0.62 0.96 0 0.45
HSL 261.62º 0.93% 0.29% -
HSV(B) 261.62º 0.96% 0.55% -
XYZ 6.38 2.82 25.41 -
YUV 35.16 187.73 141.44 -
System Red Green Blue C M Y K H S L
Decimal 54 5 141 0.62 0.96 0 0.45 261.62 0.93 0.29
Hex 36 5 8D 3E 60 0 2D 106 5D 1D
Octal 66 5 215 76 140 0 55 406 135 35
Binary 110110 101 10001101 111110 1100000 0 101101 100000110 1011101 11101

Color Harmonies of #36058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36058D

Black with #36058D

Text Example


Text Example

White with #36058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,5,141); }

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

background-color css

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

 a { background-color: rgb(54,5,141); }

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

border-color css

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

 span { border-color: rgb(54,5,141); }

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