#361895

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

Shades of Persian Indigo #361895

Tints of Persian Indigo #361895

Color information

#361895 (or 0x361895) is unknown color: approx Persian Indigo. HEX triplet: 36, 18 and 95. RGB value is (54,24,149). Sum of RGB (Red+Green+Blue) = 54+24+149=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #361895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361895 is #C9E76A. Grayscale: #2E2E2E. Windows color (decimal): -13231979 or 9771062. OLE color: 9771062.

HSL color Cylindrical-coordinate representation of color #361895: hue angle of 254.4º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361895 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5424149-
CMYK0.640.8400.42
HSL254.4º72.25%33.92%-
HSV(B)254.4º83.89%58.43%-
XYZ7.273.6128.75-
YUV47.22185.44132.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 24 (9.77% from 255) = 10.57%
BLUE value IS 149 (58.59% from 255) = 65.64%
R=23.79%
G=10.57%
B=65.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54241490.640.8400.42254.472.2533.92
Hex361895405402Afe4822
Octal663022510012405237611042
Binary1101101100010010101100000010101000101010111111101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361895; }

 p { color: rgb(54,24,149); }

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

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

 a { background-color: rgb(54,24,149); }

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

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

 span { border-color: rgb(54,24,149); }

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