#361275

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

Shades of Persian Indigo #361275

Tints of Persian Indigo #361275

Color information

#361275 (or 0x361275) is unknown color: approx Persian Indigo. HEX triplet: 36, 12 and 75. RGB value is (54,18,117). Sum of RGB (Red+Green+Blue) = 54+18+117=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #361275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361275 is #C9ED8A. Grayscale: #272727. Windows color (decimal): -13233547 or 7672374. OLE color: 7672374.

HSL color Cylindrical-coordinate representation of color #361275: hue angle of 261.82º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361275 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5418117-
CMYK0.540.8500.54
HSL261.82º73.33%26.47%-
HSV(B)261.82º84.62%45.88%-
XYZ4.952.517.05-
YUV40.05171.43137.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.57%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 117 (46.09% from 255) = 61.90%
R=28.57%
G=9.52%
B=61.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54181170.540.8500.54261.8273.3326.47
Hex3612753655036106491a
Octal66221656612506640611132
Binary11011010010111010111011010101010110110100000110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361275; }

 p { color: rgb(54,18,117); }

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

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

 a { background-color: rgb(54,18,117); }

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

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

 span { border-color: rgb(54,18,117); }

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