#361A7D

Color #361A7D Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #361A7D

Tints of Persian Indigo #361A7D

Color information

#361A7D (or 0x361A7D) is unknown color: approx Persian Indigo. HEX triplet: 36, 1A and 7D. RGB value is (54,26,125). Sum of RGB (Red+Green+Blue) = 54+26+125=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #361A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A7D is #C9E582. Grayscale: #2D2D2D. Windows color (decimal): -13231491 or 8198710. OLE color: 8198710.

HSL color Cylindrical-coordinate representation of color #361A7D: hue angle of 256.97º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361A7D is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5426125-
CMYK0.570.7900.51
HSL256.97º65.56%29.61%-
HSV(B)256.97º79.2%49.02%-
XYZ5.59319.69-
YUV45.66172.78133.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 125 (49.22% from 255) = 60.98%
R=26.34%
G=12.68%
B=60.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54261250.570.7900.51256.9765.5629.61
Hex361A7D394F033101421e
Octal66321757111706340110236
Binary11011011010111110111100110011110110011100000001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #361A7D;
 }
 .AnyTagClassName
 {
   color: #361A7D;
 }
</style>
background-color css

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

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

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

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

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

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