Html Css Color HEX #361381 Persian Indigo

📋 copy color: '#361381'

red 54 ◦ green 19 ◦ blue 129

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

Shades of Persian Indigo #361381

Tints of Persian Indigo #361381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 63.86%

R = 26.73%
G = 9.41%
B = 63.86%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#361381 (or 0x361381) is known color: Persian Indigo. HEX triplet: 36, 13 and 81. RGB value is (54,19,129). Sum of RGB (Red+Green+Blue) = 54+19+129=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #361381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361381 is #C9EC7E. Grayscale: #292929. Windows color (decimal): -13233279 or 8459062. OLE color: 8459062.

HSL color Cylindrical-coordinate representation of color #361381: hue angle of 259.09º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361381 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 19 129 -
CMYK 0.58 0.85 0 0.49
HSL 259.09º 0.74% 0.29% -
HSV(B) 259.09º 0.85% 0.51% -
XYZ 5.72 2.83 21.01 -
YUV 42.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 54 19 129 0.58 0.85 0 0.49 259.09 0.74 0.29
Hex 36 13 81 3A 55 0 31 103 4A 1D
Octal 66 23 201 72 125 0 61 403 112 35
Binary 110110 10011 10000001 111010 1010101 0 110001 100000011 1001010 11101

Color Harmonies of #361381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361381

Black with #361381

Text Example


Text Example

White with #361381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361381; }

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

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

background-color css

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

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

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

border-color css

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

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

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