Html Css Color HEX #36107D Persian Indigo

📋 copy color: '#36107D'

red 54 ◦ green 16 ◦ blue 125

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

Shades of Persian Indigo #36107D

Tints of Persian Indigo #36107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.21%

 BLUE value IS 125 (49.22% from 255) = 64.1%

R = 27.69%
G = 8.21%
B = 64.1%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36107D (or 0x36107D) is known color: Persian Indigo. HEX triplet: 36, 10 and 7D. RGB value is (54,16,125). Sum of RGB (Red+Green+Blue) = 54+16+125=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #36107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36107D is #C9EF82. Grayscale: #272727. Windows color (decimal): -13234051 or 8196150. OLE color: 8196150.

HSL color Cylindrical-coordinate representation of color #36107D: hue angle of 260.92º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36107D is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 16 125 -
CMYK 0.57 0.87 0 0.51
HSL 260.92º 0.77% 0.28% -
HSV(B) 260.92º 0.87% 0.49% -
XYZ 5.41 2.64 19.63 -
YUV 39.79 176.09 138.14 -
System Red Green Blue C M Y K H S L
Decimal 54 16 125 0.57 0.87 0 0.51 260.92 0.77 0.28
Hex 36 10 7D 39 57 0 33 105 4D 1C
Octal 66 20 175 71 127 0 63 405 115 34
Binary 110110 10000 1111101 111001 1010111 0 110011 100000101 1001101 11100

Color Harmonies of #36107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36107D

Black with #36107D

Text Example


Text Example

White with #36107D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,16,125); }

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

background-color css

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

 a { background-color: rgb(54,16,125); }

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

border-color css

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

 span { border-color: rgb(54,16,125); }

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