Html Css Color HEX #361071 Persian Indigo

📋 copy color: '#361071'

red 54 ◦ green 16 ◦ blue 113

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

Shades of Persian Indigo #361071

Tints of Persian Indigo #361071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.74%

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

R = 29.51%
G = 8.74%
B = 61.75%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#361071 (or 0x361071) is known color: Persian Indigo. HEX triplet: 36, 10 and 71. RGB value is (54,16,113). Sum of RGB (Red+Green+Blue) = 54+16+113=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #361071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361071 is #C9EF8E. Grayscale: #262626. Windows color (decimal): -13234063 or 7409718. OLE color: 7409718.

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

Color convert

RGB 54 16 113 -
CMYK 0.52 0.86 0 0.56
HSL 263.51º 0.75% 0.25% -
HSV(B) 263.51º 0.86% 0.44% -
XYZ 4.69 2.35 15.83 -
YUV 38.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 54 16 113 0.52 0.86 0 0.56 263.51 0.75 0.25
Hex 36 10 71 34 56 0 38 108 4B 19
Octal 66 20 161 64 126 0 70 410 113 31
Binary 110110 10000 1110001 110100 1010110 0 111000 100001000 1001011 11001

Color Harmonies of #361071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361071

Black with #361071

Text Example


Text Example

White with #361071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361071; }

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

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

background-color css

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

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

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

border-color css

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

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

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