Html Css Color HEX #360784 Persian Indigo

📋 copy color: '#360784'

red 54 ◦ green 7 ◦ blue 132

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

Shades of Persian Indigo #360784

Tints of Persian Indigo #360784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

 BLUE value IS 132 (51.95% from 255) = 68.39%

R = 27.98%
G = 3.63%
B = 68.39%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#360784 (or 0x360784) is known color: Persian Indigo. HEX triplet: 36, 07 and 84. RGB value is (54,7,132). Sum of RGB (Red+Green+Blue) = 54+7+132=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #360784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360784 is #C9F87B. Grayscale: #222222. Windows color (decimal): -13236348 or 8652598. OLE color: 8652598.

HSL color Cylindrical-coordinate representation of color #360784: hue angle of 262.56º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360784 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 7 132 -
CMYK 0.59 0.95 0 0.48
HSL 262.56º 0.9% 0.27% -
HSV(B) 262.56º 0.95% 0.52% -
XYZ 5.76 2.6 22.03 -
YUV 35.3 182.57 141.34 -
System Red Green Blue C M Y K H S L
Decimal 54 7 132 0.59 0.95 0 0.48 262.56 0.9 0.27
Hex 36 7 84 3B 5F 0 30 107 5A 1B
Octal 66 7 204 73 137 0 60 407 132 33
Binary 110110 111 10000100 111011 1011111 0 110000 100000111 1011010 11011

Color Harmonies of #360784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360784

Black with #360784

Text Example


Text Example

White with #360784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360784; }

 p { color: rgb(54,7,132); }

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

background-color css

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

 a { background-color: rgb(54,7,132); }

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

border-color css

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

 span { border-color: rgb(54,7,132); }

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