#361D70

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

Shades of Persian Indigo #361D70

Tints of Persian Indigo #361D70

Color information

#361D70 (or 0x361D70) is unknown color: approx Persian Indigo. HEX triplet: 36, 1D and 70. RGB value is (54,29,112). Sum of RGB (Red+Green+Blue) = 54+29+112=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #361D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361D70 is #C9E28F. Grayscale: #2D2D2D. Windows color (decimal): -13230736 or 7347510. OLE color: 7347510.

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

Color convert

RGB5429112-
CMYK0.520.7400.56
HSL258.07º58.87%27.65%-
HSV(B)258.07º74.11%43.92%-
XYZ4.892.8315.62-
YUV45.94165.28133.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 29 (11.72% from 255) = 14.87%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=27.69%
G=14.87%
B=57.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54291120.520.7400.56258.0758.8727.65
Hex361D70344A0381023b1c
Octal6635160641120704027334
Binary1101101110111100001101001001010011100010000001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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