Html Css Color HEX #360065 Persian Indigo

📋 copy color: '#360065'

red 54 ◦ green 0 ◦ blue 101

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

Shades of Persian Indigo #360065

Tints of Persian Indigo #360065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 101 (39.84% from 255) = 65.16%

R = 34.84%
G = 0%
B = 65.16%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#360065 (or 0x360065) is known color: Persian Indigo. HEX triplet: 36, 00 and 65. RGB value is (54,0,101). Sum of RGB (Red+Green+Blue) = 54+0+101=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #360065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360065 is #C9FF9A. Grayscale: #1B1B1B. Windows color (decimal): -13238171 or 6619190. OLE color: 6619190.

HSL color Cylindrical-coordinate representation of color #360065: hue angle of 272.08º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360065 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 0 101 -
CMYK 0.47 1 0 0.60
HSL 272.08º 1% 0.2% -
HSV(B) 272.08º 1% 0.4% -
XYZ 3.87 1.72 12.44 -
YUV 27.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 54 0 101 0.47 1 0 0.60 272.08 1 0.2
Hex 36 0 65 2F 64 0 3C 110 64 14
Octal 66 0 145 57 144 0 74 420 144 24
Binary 110110 0 1100101 101111 1100100 0 111100 100010000 1100100 10100

Color Harmonies of #360065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360065

Black with #360065

Text Example


Text Example

White with #360065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360065; }

 p { color: rgb(54,0,101); }

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

background-color css

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

 a { background-color: rgb(54,0,101); }

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

border-color css

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

 span { border-color: rgb(54,0,101); }

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