Html Css Color HEX #361774 Persian Indigo

📋 copy color: '#361774'

red 54 ◦ green 23 ◦ blue 116

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

Shades of Persian Indigo #361774

Tints of Persian Indigo #361774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

 BLUE value IS 116 (45.7% from 255) = 60.1%

R = 27.98%
G = 11.92%
B = 60.1%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#361774 (or 0x361774) is known color: Persian Indigo. HEX triplet: 36, 17 and 74. RGB value is (54,23,116). Sum of RGB (Red+Green+Blue) = 54+23+116=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #361774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361774 is #C9E88B. Grayscale: #2A2A2A. Windows color (decimal): -13232268 or 7608118. OLE color: 7608118.

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

Color convert

RGB 54 23 116 -
CMYK 0.53 0.80 0 0.55
HSL 260º 0.67% 0.27% -
HSV(B) 260º 0.8% 0.45% -
XYZ 4.98 2.66 16.77 -
YUV 42.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 54 23 116 0.53 0.80 0 0.55 260 0.67 0.27
Hex 36 17 74 35 50 0 37 104 43 1B
Octal 66 27 164 65 120 0 67 404 103 33
Binary 110110 10111 1110100 110101 1010000 0 110111 100000100 1000011 11011

Color Harmonies of #361774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361774

Black with #361774

Text Example


Text Example

White with #361774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361774; }

 p { color: rgb(54,23,116); }

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

background-color css

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

 a { background-color: rgb(54,23,116); }

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

border-color css

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

 span { border-color: rgb(54,23,116); }

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