Html Css Color HEX #361681 Persian Indigo

📋 copy color: '#361681'

red 54 ◦ green 22 ◦ blue 129

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

Shades of Persian Indigo #361681

Tints of Persian Indigo #361681

RGB

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

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

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

R = 26.34%
G = 10.73%
B = 62.93%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#361681 (or 0x361681) is known color: Persian Indigo. HEX triplet: 36, 16 and 81. RGB value is (54,22,129). Sum of RGB (Red+Green+Blue) = 54+22+129=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 129 (50.78% from 255 or 62.93% from 205); Max value from RGB is 129 - color contains mainly: blue. Hex color #361681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361681 is #C9E97E. Grayscale: #2B2B2B. Windows color (decimal): -13232511 or 8459830. OLE color: 8459830.

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

Color convert

RGB 54 22 129 -
CMYK 0.58 0.83 0 0.49
HSL 257.94º 0.71% 0.3% -
HSV(B) 257.94º 0.83% 0.51% -
XYZ 5.77 2.94 21.03 -
YUV 43.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 54 22 129 0.58 0.83 0 0.49 257.94 0.71 0.3
Hex 36 16 81 3A 53 0 31 102 47 1E
Octal 66 26 201 72 123 0 61 402 107 36
Binary 110110 10110 10000001 111010 1010011 0 110001 100000010 1000111 11110

Color Harmonies of #361681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361681

Black with #361681

Text Example


Text Example

White with #361681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361681; }

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

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

background-color css

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

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

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

border-color css

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

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

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