Html Css Color HEX #360994 Persian Indigo

📋 copy color: '#360994'

red 54 ◦ green 9 ◦ blue 148

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

Shades of Persian Indigo #360994

Tints of Persian Indigo #360994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 70.14%

R = 25.59%
G = 4.27%
B = 70.14%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#360994 (or 0x360994) is known color: Persian Indigo. HEX triplet: 36, 09 and 94. RGB value is (54,9,148). Sum of RGB (Red+Green+Blue) = 54+9+148=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 148 (58.20% from 255 or 70.14% from 211); Max value from RGB is 148 - color contains mainly: blue. Hex color #360994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360994 is #C9F66B. Grayscale: #252525. Windows color (decimal): -13235820 or 9701686. OLE color: 9701686.

HSL color Cylindrical-coordinate representation of color #360994: hue angle of 259.42º degrees, saturation: 0.89, 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 #360994 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 9 148 -
CMYK 0.64 0.94 0 0.42
HSL 259.42º 0.89% 0.31% -
HSV(B) 259.42º 0.94% 0.58% -
XYZ 6.96 3.12 28.25 -
YUV 38.3 189.91 139.2 -
System Red Green Blue C M Y K H S L
Decimal 54 9 148 0.64 0.94 0 0.42 259.42 0.89 0.31
Hex 36 9 94 40 5E 0 2A 103 59 1F
Octal 66 11 224 100 136 0 52 403 131 37
Binary 110110 1001 10010100 1000000 1011110 0 101010 100000011 1011001 11111

Color Harmonies of #360994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360994

Black with #360994

Text Example


Text Example

White with #360994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360994; }

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

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

background-color css

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

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

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

border-color css

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

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

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