#360F7F

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

Shades of Persian Indigo #360F7F

Tints of Persian Indigo #360F7F

Color information

#360F7F (or 0x360F7F) is unknown color: approx Persian Indigo. HEX triplet: 36, 0F and 7F. RGB value is (54,15,127). Sum of RGB (Red+Green+Blue) = 54+15+127=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #360F7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360F7F is #C9F080. Grayscale: #272727. Windows color (decimal): -13234305 or 8326966. OLE color: 8326966.

HSL color Cylindrical-coordinate representation of color #360F7F: hue angle of 260.89º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #360F7F is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5415127-
CMYK0.570.8800.50
HSL260.89º78.87%27.84%-
HSV(B)260.89º88.19%49.8%-
XYZ5.522.6620.3-
YUV39.43177.42138.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.55%
GREEN value IS 15 (6.25% from 255) = 7.65%
BLUE value IS 127 (50% from 255) = 64.80%
R=27.55%
G=7.65%
B=64.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54151270.570.8800.50260.8978.8727.84
Hex36F7F39580321054f1c
Octal66171777113006240511734
Binary1101101111111111111100110110000110010100000101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360F7F; }

 p { color: rgb(54,15,127); }

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

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

 a { background-color: rgb(54,15,127); }

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

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

 span { border-color: rgb(54,15,127); }

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