Html Css Color HEX #360371 Persian Indigo

📋 copy color: '#360371'

red 54 ◦ green 3 ◦ blue 113

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

Shades of Persian Indigo #360371

Tints of Persian Indigo #360371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.76%

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

R = 31.76%
G = 1.76%
B = 66.47%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#360371 (or 0x360371) is known color: Persian Indigo. HEX triplet: 36, 03 and 71. RGB value is (54,3,113). Sum of RGB (Red+Green+Blue) = 54+3+113=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #360371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360371 is #C9FC8E. Grayscale: #1E1E1E. Windows color (decimal): -13237391 or 7406390. OLE color: 7406390.

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

Color convert

RGB 54 3 113 -
CMYK 0.52 0.97 0 0.56
HSL 267.82º 0.95% 0.23% -
HSV(B) 267.82º 0.97% 0.44% -
XYZ 4.53 2.04 15.78 -
YUV 30.79 174.4 144.56 -
System Red Green Blue C M Y K H S L
Decimal 54 3 113 0.52 0.97 0 0.56 267.82 0.95 0.23
Hex 36 3 71 34 61 0 38 10C 5F 17
Octal 66 3 161 64 141 0 70 414 137 27
Binary 110110 11 1110001 110100 1100001 0 111000 100001100 1011111 10111

Color Harmonies of #360371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360371

Black with #360371

Text Example


Text Example

White with #360371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360371; }

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

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

background-color css

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

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

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

border-color css

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

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

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