Html Css Color HEX #361989 Persian Indigo

📋 copy color: '#361989'

red 54 ◦ green 25 ◦ blue 137

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

Shades of Persian Indigo #361989

Tints of Persian Indigo #361989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.57%

 BLUE value IS 137 (53.91% from 255) = 63.43%

R = 25%
G = 11.57%
B = 63.43%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#361989 (or 0x361989) is known color: Persian Indigo. HEX triplet: 36, 19 and 89. RGB value is (54,25,137). Sum of RGB (Red+Green+Blue) = 54+25+137=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 137 (53.91% from 255 or 63.43% from 216); Max value from RGB is 137 - color contains mainly: blue. Hex color #361989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361989 is #C9E676. Grayscale: #2E2E2E. Windows color (decimal): -13231735 or 8984886. OLE color: 8984886.

HSL color Cylindrical-coordinate representation of color #361989: hue angle of 255.54º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #361989 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 25 137 -
CMYK 0.61 0.82 0 0.46
HSL 255.54º 0.69% 0.32% -
HSV(B) 255.54º 0.82% 0.54% -
XYZ 6.38 3.29 23.96 -
YUV 46.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 54 25 137 0.61 0.82 0 0.46 255.54 0.69 0.32
Hex 36 19 89 3D 52 0 2E 100 45 20
Octal 66 31 211 75 122 0 56 400 105 40
Binary 110110 11001 10001001 111101 1010010 0 101110 100000000 1000101 100000

Color Harmonies of #361989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361989

Black with #361989

Text Example


Text Example

White with #361989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361989; }

 p { color: rgb(54,25,137); }

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

background-color css

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

 a { background-color: rgb(54,25,137); }

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

border-color css

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

 span { border-color: rgb(54,25,137); }

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