Html Css Color HEX #361378 Persian Indigo

📋 copy color: '#361378'

red 54 ◦ green 19 ◦ blue 120

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

Shades of Persian Indigo #361378

Tints of Persian Indigo #361378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

 BLUE value IS 120 (47.27% from 255) = 62.18%

R = 27.98%
G = 9.84%
B = 62.18%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#361378 (or 0x361378) is known color: Persian Indigo. HEX triplet: 36, 13 and 78. RGB value is (54,19,120). Sum of RGB (Red+Green+Blue) = 54+19+120=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #361378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361378 is #C9EC87. Grayscale: #282828. Windows color (decimal): -13233288 or 7869238. OLE color: 7869238.

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

Color convert

RGB 54 19 120 -
CMYK 0.55 0.84 0 0.53
HSL 260.79º 0.73% 0.27% -
HSV(B) 260.79º 0.84% 0.47% -
XYZ 5.14 2.61 18 -
YUV 40.98 172.6 137.29 -
System Red Green Blue C M Y K H S L
Decimal 54 19 120 0.55 0.84 0 0.53 260.79 0.73 0.27
Hex 36 13 78 37 54 0 35 105 49 1B
Octal 66 23 170 67 124 0 65 405 111 33
Binary 110110 10011 1111000 110111 1010100 0 110101 100000101 1001001 11011

Color Harmonies of #361378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361378

Black with #361378

Text Example


Text Example

White with #361378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361378; }

 p { color: rgb(54,19,120); }

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

background-color css

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

 a { background-color: rgb(54,19,120); }

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

border-color css

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

 span { border-color: rgb(54,19,120); }

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