Html Css Color HEX #361773 Persian Indigo

📋 copy color: '#361773'

red 54 ◦ green 23 ◦ blue 115

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

Shades of Persian Indigo #361773

Tints of Persian Indigo #361773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

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

R = 28.13%
G = 11.98%
B = 59.9%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#361773 (or 0x361773) is known color: Persian Indigo. HEX triplet: 36, 17 and 73. RGB value is (54,23,115). Sum of RGB (Red+Green+Blue) = 54+23+115=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #361773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361773 is #C9E88C. Grayscale: #2A2A2A. Windows color (decimal): -13232269 or 7542582. OLE color: 7542582.

HSL color Cylindrical-coordinate representation of color #361773: hue angle of 260.22º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #361773 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 23 115 -
CMYK 0.53 0.80 0 0.55
HSL 260.22º 0.67% 0.27% -
HSV(B) 260.22º 0.8% 0.45% -
XYZ 4.92 2.63 16.47 -
YUV 42.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 54 23 115 0.53 0.80 0 0.55 260.22 0.67 0.27
Hex 36 17 73 35 50 0 37 104 43 1B
Octal 66 27 163 65 120 0 67 404 103 33
Binary 110110 10111 1110011 110101 1010000 0 110111 100000100 1000011 11011

Color Harmonies of #361773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361773

Black with #361773

Text Example


Text Example

White with #361773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361773; }

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

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

background-color css

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

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

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

border-color css

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

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

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