Html Css Color HEX #360171 Persian Indigo

📋 copy color: '#360171'

red 54 ◦ green 1 ◦ blue 113

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

Shades of Persian Indigo #360171

Tints of Persian Indigo #360171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 113 (44.53% from 255) = 67.26%

R = 32.14%
G = 0.6%
B = 67.26%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#360171 (or 0x360171) is known color: Persian Indigo. HEX triplet: 36, 01 and 71. RGB value is (54,1,113). Sum of RGB (Red+Green+Blue) = 54+1+113=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #360171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360171 is #C9FE8E. Grayscale: #1D1D1D. Windows color (decimal): -13237903 or 7405878. OLE color: 7405878.

HSL color Cylindrical-coordinate representation of color #360171: hue angle of 268.39º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360171 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 1 113 -
CMYK 0.52 0.99 0 0.56
HSL 268.39º 0.98% 0.22% -
HSV(B) 268.39º 0.99% 0.44% -
XYZ 4.51 2 15.77 -
YUV 29.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 54 1 113 0.52 0.99 0 0.56 268.39 0.98 0.22
Hex 36 1 71 34 63 0 38 10C 62 16
Octal 66 1 161 64 143 0 70 414 142 26
Binary 110110 1 1110001 110100 1100011 0 111000 100001100 1100010 10110

Color Harmonies of #360171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360171

Black with #360171

Text Example


Text Example

White with #360171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360171; }

 p { color: rgb(54,1,113); }

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

background-color css

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

 a { background-color: rgb(54,1,113); }

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

border-color css

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

 span { border-color: rgb(54,1,113); }

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