Html Css Color HEX #360F95 Persian Indigo

📋 copy color: '#360F95'

red 54 ◦ green 15 ◦ blue 149

#360F95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #360F95

Tints of Persian Indigo #360F95

RGB

 RED value IS 54 (21.48% from 255) = 24.77%

 GREEN value IS 15 (6.25% from 255) = 6.88%

 BLUE value IS 149 (58.59% from 255) = 68.35%

R = 24.77%
G = 6.88%
B = 68.35%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#360F95 (or 0x360F95) is known color: Persian Indigo. HEX triplet: 36, 0F and 95. RGB value is (54,15,149). Sum of RGB (Red+Green+Blue) = 54+15+149=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #360F95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360F95 is #C9F06A. Grayscale: #292929. Windows color (decimal): -13234283 or 9768758. OLE color: 9768758.

HSL color Cylindrical-coordinate representation of color #360F95: hue angle of 257.46º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360F95 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 15 149 -
CMYK 0.64 0.90 0 0.42
HSL 257.46º 0.82% 0.32% -
HSV(B) 257.46º 0.9% 0.58% -
XYZ 7.12 3.3 28.69 -
YUV 41.94 188.42 136.6 -
System Red Green Blue C M Y K H S L
Decimal 54 15 149 0.64 0.90 0 0.42 257.46 0.82 0.32
Hex 36 F 95 40 5A 0 2A 101 52 20
Octal 66 17 225 100 132 0 52 401 122 40
Binary 110110 1111 10010101 1000000 1011010 0 101010 100000001 1010010 100000

Color Harmonies of #360F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360F95

Black with #360F95

Text Example


Text Example

White with #360F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #360F95;
 }
 .AnyTagClassName
 {
   color: #360F95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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