Html Css Color HEX #360173 Persian Indigo

📋 copy color: '#360173'

red 54 ◦ green 1 ◦ blue 115

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

Shades of Persian Indigo #360173

Tints of Persian Indigo #360173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 67.65%

R = 31.76%
G = 0.59%
B = 67.65%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#360173 (or 0x360173) is known color: Persian Indigo. HEX triplet: 36, 01 and 73. RGB value is (54,1,115). Sum of RGB (Red+Green+Blue) = 54+1+115=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #360173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360173 is #C9FE8C. Grayscale: #1D1D1D. Windows color (decimal): -13237901 or 7536950. OLE color: 7536950.

HSL color Cylindrical-coordinate representation of color #360173: hue angle of 267.89º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360173 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 1 115 -
CMYK 0.53 0.99 0 0.55
HSL 267.89º 0.98% 0.23% -
HSV(B) 267.89º 0.99% 0.45% -
XYZ 4.63 2.04 16.37 -
YUV 29.84 176.06 145.23 -
System Red Green Blue C M Y K H S L
Decimal 54 1 115 0.53 0.99 0 0.55 267.89 0.98 0.23
Hex 36 1 73 35 63 0 37 10C 62 17
Octal 66 1 163 65 143 0 67 414 142 27
Binary 110110 1 1110011 110101 1100011 0 110111 100001100 1100010 10111

Color Harmonies of #360173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360173

Black with #360173

Text Example


Text Example

White with #360173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360173; }

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

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

background-color css

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

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

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

border-color css

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

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

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