Html Css Color HEX #361873 Persian Indigo

📋 copy color: '#361873'

red 54 ◦ green 24 ◦ blue 115

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

Shades of Persian Indigo #361873

Tints of Persian Indigo #361873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

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

R = 27.98%
G = 12.44%
B = 59.59%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#361873 (or 0x361873) is known color: Persian Indigo. HEX triplet: 36, 18 and 73. RGB value is (54,24,115). Sum of RGB (Red+Green+Blue) = 54+24+115=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #361873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361873 is #C9E78C. Grayscale: #2B2B2B. Windows color (decimal): -13232013 or 7542838. OLE color: 7542838.

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

Color convert

RGB 54 24 115 -
CMYK 0.53 0.79 0 0.55
HSL 259.78º 0.65% 0.27% -
HSV(B) 259.78º 0.79% 0.45% -
XYZ 4.94 2.68 16.48 -
YUV 43.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 54 24 115 0.53 0.79 0 0.55 259.78 0.65 0.27
Hex 36 18 73 35 4F 0 37 104 41 1B
Octal 66 30 163 65 117 0 67 404 101 33
Binary 110110 11000 1110011 110101 1001111 0 110111 100000100 1000001 11011

Color Harmonies of #361873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361873

Black with #361873

Text Example


Text Example

White with #361873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361873; }

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

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

background-color css

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

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

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

border-color css

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

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

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