Html Css Color HEX #361271 Persian Indigo

📋 copy color: '#361271'

red 54 ◦ green 18 ◦ blue 113

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

Shades of Persian Indigo #361271

Tints of Persian Indigo #361271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.73%

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

R = 29.19%
G = 9.73%
B = 61.08%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#361271 (or 0x361271) is known color: Persian Indigo. HEX triplet: 36, 12 and 71. RGB value is (54,18,113). Sum of RGB (Red+Green+Blue) = 54+18+113=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #361271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361271 is #C9ED8E. Grayscale: #272727. Windows color (decimal): -13233551 or 7410230. OLE color: 7410230.

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

Color convert

RGB 54 18 113 -
CMYK 0.52 0.84 0 0.56
HSL 262.74º 0.73% 0.26% -
HSV(B) 262.74º 0.84% 0.44% -
XYZ 4.72 2.41 15.84 -
YUV 39.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 54 18 113 0.52 0.84 0 0.56 262.74 0.73 0.26
Hex 36 12 71 34 54 0 38 107 49 1A
Octal 66 22 161 64 124 0 70 407 111 32
Binary 110110 10010 1110001 110100 1010100 0 111000 100000111 1001001 11010

Color Harmonies of #361271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361271

Black with #361271

Text Example


Text Example

White with #361271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361271; }

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

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

background-color css

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

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

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

border-color css

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

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

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