Html Css Color HEX #360289 Persian Indigo

📋 copy color: '#360289'

red 54 ◦ green 2 ◦ blue 137

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

Shades of Persian Indigo #360289

Tints of Persian Indigo #360289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

 BLUE value IS 137 (53.91% from 255) = 70.98%

R = 27.98%
G = 1.04%
B = 70.98%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#360289 (or 0x360289) is known color: Persian Indigo. HEX triplet: 36, 02 and 89. RGB value is (54,2,137). Sum of RGB (Red+Green+Blue) = 54+2+137=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #360289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360289 is #C9FD76. Grayscale: #202020. Windows color (decimal): -13237623 or 8978998. OLE color: 8978998.

HSL color Cylindrical-coordinate representation of color #360289: hue angle of 263.11º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360289 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 2 137 -
CMYK 0.61 0.99 0 0.46
HSL 263.11º 0.97% 0.27% -
HSV(B) 263.11º 0.99% 0.54% -
XYZ 6.06 2.63 23.86 -
YUV 32.94 186.73 143.02 -
System Red Green Blue C M Y K H S L
Decimal 54 2 137 0.61 0.99 0 0.46 263.11 0.97 0.27
Hex 36 2 89 3D 63 0 2E 107 61 1B
Octal 66 2 211 75 143 0 56 407 141 33
Binary 110110 10 10001001 111101 1100011 0 101110 100000111 1100001 11011

Color Harmonies of #360289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360289

Black with #360289

Text Example


Text Example

White with #360289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360289; }

 p { color: rgb(54,2,137); }

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

background-color css

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

 a { background-color: rgb(54,2,137); }

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

border-color css

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

 span { border-color: rgb(54,2,137); }

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