Html Css Color HEX #361973 Persian Indigo

📋 copy color: '#361973'

red 54 ◦ green 25 ◦ blue 115

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

Shades of Persian Indigo #361973

Tints of Persian Indigo #361973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

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

R = 27.84%
G = 12.89%
B = 59.28%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#361973 (or 0x361973) is known color: Persian Indigo. HEX triplet: 36, 19 and 73. RGB value is (54,25,115). Sum of RGB (Red+Green+Blue) = 54+25+115=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #361973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361973 is #C9E68C. Grayscale: #2B2B2B. Windows color (decimal): -13231757 or 7543094. OLE color: 7543094.

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

Color convert

RGB 54 25 115 -
CMYK 0.53 0.78 0 0.55
HSL 259.33º 0.64% 0.27% -
HSV(B) 259.33º 0.78% 0.45% -
XYZ 4.96 2.72 16.48 -
YUV 43.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 54 25 115 0.53 0.78 0 0.55 259.33 0.64 0.27
Hex 36 19 73 35 4E 0 37 103 40 1B
Octal 66 31 163 65 116 0 67 403 100 33
Binary 110110 11001 1110011 110101 1001110 0 110111 100000011 1000000 11011

Color Harmonies of #361973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361973

Black with #361973

Text Example


Text Example

White with #361973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361973; }

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

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

background-color css

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

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

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

border-color css

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

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

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