Html Css Color HEX #361696 Persian Indigo

📋 copy color: '#361696'

red 54 ◦ green 22 ◦ blue 150

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

Shades of Persian Indigo #361696

Tints of Persian Indigo #361696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.73%

 BLUE value IS 150 (58.98% from 255) = 66.37%

R = 23.89%
G = 9.73%
B = 66.37%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#361696 (or 0x361696) is known color: Persian Indigo. HEX triplet: 36, 16 and 96. RGB value is (54,22,150). Sum of RGB (Red+Green+Blue) = 54+22+150=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 150 (58.98% from 255 or 66.37% from 226); Max value from RGB is 150 - color contains mainly: blue. Hex color #361696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361696 is #C9E969. Grayscale: #2D2D2D. Windows color (decimal): -13232490 or 9836086. OLE color: 9836086.

HSL color Cylindrical-coordinate representation of color #361696: hue angle of 255º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361696 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 22 150 -
CMYK 0.64 0.85 0 0.41
HSL 255º 0.74% 0.34% -
HSV(B) 255º 0.85% 0.59% -
XYZ 7.31 3.56 29.16 -
YUV 46.16 186.6 133.59 -
System Red Green Blue C M Y K H S L
Decimal 54 22 150 0.64 0.85 0 0.41 255 0.74 0.34
Hex 36 16 96 40 55 0 29 FF 4A 22
Octal 66 26 226 100 125 0 51 377 112 42
Binary 110110 10110 10010110 1000000 1010101 0 101001 11111111 1001010 100010

Color Harmonies of #361696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361696

Black with #361696

Text Example


Text Example

White with #361696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361696; }

 p { color: rgb(54,22,150); }

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

background-color css

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

 a { background-color: rgb(54,22,150); }

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

border-color css

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

 span { border-color: rgb(54,22,150); }

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