Html Css Color HEX #360286 Persian Indigo

📋 copy color: '#360286'

red 54 ◦ green 2 ◦ blue 134

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

Shades of Persian Indigo #360286

Tints of Persian Indigo #360286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 70.53%

R = 28.42%
G = 1.05%
B = 70.53%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#360286 (or 0x360286) is known color: Persian Indigo. HEX triplet: 36, 02 and 86. RGB value is (54,2,134). Sum of RGB (Red+Green+Blue) = 54+2+134=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 134 (52.73% from 255 or 70.53% from 190); Max value from RGB is 134 - color contains mainly: blue. Hex color #360286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360286 is #C9FD79. Grayscale: #202020. Windows color (decimal): -13237626 or 8782390. OLE color: 8782390.

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

Color convert

RGB 54 2 134 -
CMYK 0.60 0.99 0 0.47
HSL 263.64º 0.97% 0.27% -
HSV(B) 263.64º 0.99% 0.53% -
XYZ 5.85 2.55 22.74 -
YUV 32.6 185.23 143.27 -
System Red Green Blue C M Y K H S L
Decimal 54 2 134 0.60 0.99 0 0.47 263.64 0.97 0.27
Hex 36 2 86 3C 63 0 2F 108 61 1B
Octal 66 2 206 74 143 0 57 410 141 33
Binary 110110 10 10000110 111100 1100011 0 101111 100001000 1100001 11011

Color Harmonies of #360286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360286

Black with #360286

Text Example


Text Example

White with #360286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360286; }

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

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

background-color css

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

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

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

border-color css

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

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

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