Html Css Color HEX #360771 Persian Indigo

📋 copy color: '#360771'

red 54 ◦ green 7 ◦ blue 113

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

Shades of Persian Indigo #360771

Tints of Persian Indigo #360771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.02%

 BLUE value IS 113 (44.53% from 255) = 64.94%

R = 31.03%
G = 4.02%
B = 64.94%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#360771 (or 0x360771) is known color: Persian Indigo. HEX triplet: 36, 07 and 71. RGB value is (54,7,113). Sum of RGB (Red+Green+Blue) = 54+7+113=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #360771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360771 is #C9F88E. Grayscale: #202020. Windows color (decimal): -13236367 or 7407414. OLE color: 7407414.

HSL color Cylindrical-coordinate representation of color #360771: hue angle of 266.6º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360771 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 7 113 -
CMYK 0.52 0.94 0 0.56
HSL 266.6º 0.88% 0.24% -
HSV(B) 266.6º 0.94% 0.44% -
XYZ 4.58 2.13 15.79 -
YUV 33.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 54 7 113 0.52 0.94 0 0.56 266.6 0.88 0.24
Hex 36 7 71 34 5E 0 38 10B 58 18
Octal 66 7 161 64 136 0 70 413 130 30
Binary 110110 111 1110001 110100 1011110 0 111000 100001011 1011000 11000

Color Harmonies of #360771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360771

Black with #360771

Text Example


Text Example

White with #360771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360771; }

 p { color: rgb(54,7,113); }

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

background-color css

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

 a { background-color: rgb(54,7,113); }

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

border-color css

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

 span { border-color: rgb(54,7,113); }

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