Html Css Color HEX #361C73 Persian Indigo

📋 copy color: '#361C73'

red 54 ◦ green 28 ◦ blue 115

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

Shades of Persian Indigo #361C73

Tints of Persian Indigo #361C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.21%

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

R = 27.41%
G = 14.21%
B = 58.38%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#361C73 (or 0x361C73) is known color: Persian Indigo. HEX triplet: 36, 1C and 73. RGB value is (54,28,115). Sum of RGB (Red+Green+Blue) = 54+28+115=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #361C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361C73 is #C9E38C. Grayscale: #2D2D2D. Windows color (decimal): -13230989 or 7543862. OLE color: 7543862.

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

Color convert

RGB 54 28 115 -
CMYK 0.53 0.76 0 0.55
HSL 257.93º 0.61% 0.28% -
HSV(B) 257.93º 0.76% 0.45% -
XYZ 5.03 2.85 16.51 -
YUV 45.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 54 28 115 0.53 0.76 0 0.55 257.93 0.61 0.28
Hex 36 1C 73 35 4C 0 37 102 3D 1C
Octal 66 34 163 65 114 0 67 402 75 34
Binary 110110 11100 1110011 110101 1001100 0 110111 100000010 111101 11100

Color Harmonies of #361C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C73

Black with #361C73

Text Example


Text Example

White with #361C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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