Html Css Color HEX #360174 Persian Indigo

📋 copy color: '#360174'

red 54 ◦ green 1 ◦ blue 116

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

Shades of Persian Indigo #360174

Tints of Persian Indigo #360174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 31.58%
G = 0.58%
B = 67.84%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#360174 (or 0x360174) is known color: Persian Indigo. HEX triplet: 36, 01 and 74. RGB value is (54,1,116). Sum of RGB (Red+Green+Blue) = 54+1+116=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #360174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360174 is #C9FE8B. Grayscale: #1D1D1D. Windows color (decimal): -13237900 or 7602486. OLE color: 7602486.

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

Color convert

RGB 54 1 116 -
CMYK 0.53 0.99 0 0.55
HSL 267.65º 0.98% 0.23% -
HSV(B) 267.65º 0.99% 0.45% -
XYZ 4.68 2.07 16.68 -
YUV 29.96 176.56 145.15 -
System Red Green Blue C M Y K H S L
Decimal 54 1 116 0.53 0.99 0 0.55 267.65 0.98 0.23
Hex 36 1 74 35 63 0 37 10C 62 17
Octal 66 1 164 65 143 0 67 414 142 27
Binary 110110 1 1110100 110101 1100011 0 110111 100001100 1100010 10111

Color Harmonies of #360174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360174

Black with #360174

Text Example


Text Example

White with #360174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360174; }

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

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

background-color css

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

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

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

border-color css

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

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

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