Html Css Color HEX #360993 Persian Indigo

📋 copy color: '#360993'

red 54 ◦ green 9 ◦ blue 147

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

Shades of Persian Indigo #360993

Tints of Persian Indigo #360993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 70%

R = 25.71%
G = 4.29%
B = 70%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#360993 (or 0x360993) is known color: Persian Indigo. HEX triplet: 36, 09 and 93. RGB value is (54,9,147). Sum of RGB (Red+Green+Blue) = 54+9+147=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #360993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360993 is #C9F66C. Grayscale: #252525. Windows color (decimal): -13235821 or 9636150. OLE color: 9636150.

HSL color Cylindrical-coordinate representation of color #360993: hue angle of 259.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360993 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 9 147 -
CMYK 0.63 0.94 0 0.42
HSL 259.57º 0.88% 0.31% -
HSV(B) 259.57º 0.94% 0.58% -
XYZ 6.89 3.09 27.84 -
YUV 38.19 189.41 139.28 -
System Red Green Blue C M Y K H S L
Decimal 54 9 147 0.63 0.94 0 0.42 259.57 0.88 0.31
Hex 36 9 93 3F 5E 0 2A 104 58 1F
Octal 66 11 223 77 136 0 52 404 130 37
Binary 110110 1001 10010011 111111 1011110 0 101010 100000100 1011000 11111

Color Harmonies of #360993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360993

Black with #360993

Text Example


Text Example

White with #360993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360993; }

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

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

background-color css

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

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

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

border-color css

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

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

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