Html Css Color HEX #360975 Persian Indigo

📋 copy color: '#360975'

red 54 ◦ green 9 ◦ blue 117

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

Shades of Persian Indigo #360975

Tints of Persian Indigo #360975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5%

 BLUE value IS 117 (46.09% from 255) = 65%

R = 30%
G = 5%
B = 65%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#360975 (or 0x360975) is known color: Persian Indigo. HEX triplet: 36, 09 and 75. RGB value is (54,9,117). Sum of RGB (Red+Green+Blue) = 54+9+117=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #360975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360975 is #C9F68A. Grayscale: #222222. Windows color (decimal): -13235851 or 7670070. OLE color: 7670070.

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

Color convert

RGB 54 9 117 -
CMYK 0.54 0.92 0 0.54
HSL 265º 0.86% 0.25% -
HSV(B) 265º 0.92% 0.46% -
XYZ 4.83 2.26 17.01 -
YUV 34.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 54 9 117 0.54 0.92 0 0.54 265 0.86 0.25
Hex 36 9 75 36 5C 0 36 109 56 19
Octal 66 11 165 66 134 0 66 411 126 31
Binary 110110 1001 1110101 110110 1011100 0 110110 100001001 1010110 11001

Color Harmonies of #360975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360975

Black with #360975

Text Example


Text Example

White with #360975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360975; }

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

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

background-color css

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

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

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

border-color css

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

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

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