Html Css Color HEX #361D81 Persian Indigo

📋 copy color: '#361D81'

red 54 ◦ green 29 ◦ blue 129

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

Shades of Persian Indigo #361D81

Tints of Persian Indigo #361D81

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.68%

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

R = 25.47%
G = 13.68%
B = 60.85%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#361D81 (or 0x361D81) is known color: Persian Indigo. HEX triplet: 36, 1D and 81. RGB value is (54,29,129). Sum of RGB (Red+Green+Blue) = 54+29+129=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #361D81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361D81 is #C9E27E. Grayscale: #2F2F2F. Windows color (decimal): -13230719 or 8461622. OLE color: 8461622.

HSL color Cylindrical-coordinate representation of color #361D81: hue angle of 255º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #361D81 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 29 129 -
CMYK 0.58 0.78 0 0.49
HSL 255º 0.63% 0.31% -
HSV(B) 255º 0.78% 0.51% -
XYZ 5.92 3.25 21.08 -
YUV 47.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 54 29 129 0.58 0.78 0 0.49 255 0.63 0.31
Hex 36 1D 81 3A 4E 0 31 FF 3F 1F
Octal 66 35 201 72 116 0 61 377 77 37
Binary 110110 11101 10000001 111010 1001110 0 110001 11111111 111111 11111

Color Harmonies of #361D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D81

Black with #361D81

Text Example


Text Example

White with #361D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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