Html Css Color HEX #361073 Persian Indigo

📋 copy color: '#361073'

red 54 ◦ green 16 ◦ blue 115

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

Shades of Persian Indigo #361073

Tints of Persian Indigo #361073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

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

R = 29.19%
G = 8.65%
B = 62.16%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#361073 (or 0x361073) is known color: Persian Indigo. HEX triplet: 36, 10 and 73. RGB value is (54,16,115). Sum of RGB (Red+Green+Blue) = 54+16+115=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #361073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361073 is #C9EF8C. Grayscale: #262626. Windows color (decimal): -13234061 or 7540790. OLE color: 7540790.

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

Color convert

RGB 54 16 115 -
CMYK 0.53 0.86 0 0.55
HSL 263.03º 0.76% 0.26% -
HSV(B) 263.03º 0.86% 0.45% -
XYZ 4.8 2.39 16.43 -
YUV 38.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 54 16 115 0.53 0.86 0 0.55 263.03 0.76 0.26
Hex 36 10 73 35 56 0 37 107 4C 1A
Octal 66 20 163 65 126 0 67 407 114 32
Binary 110110 10000 1110011 110101 1010110 0 110111 100000111 1001100 11010

Color Harmonies of #361073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361073

Black with #361073

Text Example


Text Example

White with #361073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361073; }

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

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

background-color css

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

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

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

border-color css

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

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

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