Html Css Color HEX #361372 Persian Indigo

📋 copy color: '#361372'

red 54 ◦ green 19 ◦ blue 114

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

Shades of Persian Indigo #361372

Tints of Persian Indigo #361372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

 BLUE value IS 114 (44.92% from 255) = 60.96%

R = 28.88%
G = 10.16%
B = 60.96%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#361372 (or 0x361372) is known color: Persian Indigo. HEX triplet: 36, 13 and 72. RGB value is (54,19,114). Sum of RGB (Red+Green+Blue) = 54+19+114=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #361372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361372 is #C9EC8D. Grayscale: #272727. Windows color (decimal): -13233294 or 7476022. OLE color: 7476022.

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

Color convert

RGB 54 19 114 -
CMYK 0.53 0.83 0 0.55
HSL 262.11º 0.71% 0.26% -
HSV(B) 262.11º 0.83% 0.45% -
XYZ 4.79 2.46 16.14 -
YUV 40.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 54 19 114 0.53 0.83 0 0.55 262.11 0.71 0.26
Hex 36 13 72 35 53 0 37 106 47 1A
Octal 66 23 162 65 123 0 67 406 107 32
Binary 110110 10011 1110010 110101 1010011 0 110111 100000110 1000111 11010

Color Harmonies of #361372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361372

Black with #361372

Text Example


Text Example

White with #361372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361372; }

 p { color: rgb(54,19,114); }

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

background-color css

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

 a { background-color: rgb(54,19,114); }

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

border-color css

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

 span { border-color: rgb(54,19,114); }

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