Html Css Color HEX #361E71 Persian Indigo

📋 copy color: '#361E71'

red 54 ◦ green 30 ◦ blue 113

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

Shades of Persian Indigo #361E71

Tints of Persian Indigo #361E71

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.23%

 BLUE value IS 113 (44.53% from 255) = 57.36%

R = 27.41%
G = 15.23%
B = 57.36%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#361E71 (or 0x361E71) is known color: Persian Indigo. HEX triplet: 36, 1E and 71. RGB value is (54,30,113). Sum of RGB (Red+Green+Blue) = 54+30+113=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #361E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361E71 is #C9E18E. Grayscale: #2E2E2E. Windows color (decimal): -13230479 or 7413302. OLE color: 7413302.

HSL color Cylindrical-coordinate representation of color #361E71: hue angle of 257.35º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #361E71 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 30 113 -
CMYK 0.52 0.73 0 0.56
HSL 257.35º 0.58% 0.28% -
HSV(B) 257.35º 0.73% 0.44% -
XYZ 4.97 2.91 15.92 -
YUV 46.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 54 30 113 0.52 0.73 0 0.56 257.35 0.58 0.28
Hex 36 1E 71 34 49 0 38 101 3A 1C
Octal 66 36 161 64 111 0 70 401 72 34
Binary 110110 11110 1110001 110100 1001001 0 111000 100000001 111010 11100

Color Harmonies of #361E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E71

Black with #361E71

Text Example


Text Example

White with #361E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,30,113); }

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

background-color css

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

 a { background-color: rgb(54,30,113); }

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

border-color css

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

 span { border-color: rgb(54,30,113); }

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