Html Css Color HEX #361A72 Persian Indigo

📋 copy color: '#361A72'

red 54 ◦ green 26 ◦ blue 114

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

Shades of Persian Indigo #361A72

Tints of Persian Indigo #361A72

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.4%

 BLUE value IS 114 (44.92% from 255) = 58.76%

R = 27.84%
G = 13.4%
B = 58.76%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#361A72 (or 0x361A72) is known color: Persian Indigo. HEX triplet: 36, 1A and 72. RGB value is (54,26,114). Sum of RGB (Red+Green+Blue) = 54+26+114=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #361A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A72 is #C9E58D. Grayscale: #2C2C2C. Windows color (decimal): -13231502 or 7477814. OLE color: 7477814.

HSL color Cylindrical-coordinate representation of color #361A72: hue angle of 259.09º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #361A72 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 26 114 -
CMYK 0.53 0.77 0 0.55
HSL 259.09º 0.63% 0.27% -
HSV(B) 259.09º 0.77% 0.45% -
XYZ 4.93 2.74 16.19 -
YUV 44.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 54 26 114 0.53 0.77 0 0.55 259.09 0.63 0.27
Hex 36 1A 72 35 4D 0 37 103 3F 1B
Octal 66 32 162 65 115 0 67 403 77 33
Binary 110110 11010 1110010 110101 1001101 0 110111 100000011 111111 11011

Color Harmonies of #361A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A72

Black with #361A72

Text Example


Text Example

White with #361A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,26,114); }

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

background-color css

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

 a { background-color: rgb(54,26,114); }

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

border-color css

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

 span { border-color: rgb(54,26,114); }

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