Html Css Color HEX #360992 Persian Indigo

📋 copy color: '#360992'

red 54 ◦ green 9 ◦ blue 146

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

Shades of Persian Indigo #360992

Tints of Persian Indigo #360992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 69.86%

R = 25.84%
G = 4.31%
B = 69.86%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#360992 (or 0x360992) is known color: Persian Indigo. HEX triplet: 36, 09 and 92. RGB value is (54,9,146). Sum of RGB (Red+Green+Blue) = 54+9+146=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #360992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360992 is #C9F66D. Grayscale: #252525. Windows color (decimal): -13235822 or 9570614. OLE color: 9570614.

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

Color convert

RGB 54 9 146 -
CMYK 0.63 0.94 0 0.43
HSL 259.71º 0.88% 0.3% -
HSV(B) 259.71º 0.94% 0.57% -
XYZ 6.81 3.05 27.43 -
YUV 38.07 188.91 139.36 -
System Red Green Blue C M Y K H S L
Decimal 54 9 146 0.63 0.94 0 0.43 259.71 0.88 0.3
Hex 36 9 92 3F 5E 0 2B 104 58 1E
Octal 66 11 222 77 136 0 53 404 130 36
Binary 110110 1001 10010010 111111 1011110 0 101011 100000100 1011000 11110

Color Harmonies of #360992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360992

Black with #360992

Text Example


Text Example

White with #360992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360992; }

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

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

background-color css

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

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

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

border-color css

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

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

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