Html Css Color HEX #360165 Persian Indigo

📋 copy color: '#360165'

red 54 ◦ green 1 ◦ blue 101

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

Shades of Persian Indigo #360165

Tints of Persian Indigo #360165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 34.62%
G = 0.64%
B = 64.74%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#360165 (or 0x360165) is known color: Persian Indigo. HEX triplet: 36, 01 and 65. RGB value is (54,1,101). Sum of RGB (Red+Green+Blue) = 54+1+101=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #360165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360165 is #C9FE9A. Grayscale: #1B1B1B. Windows color (decimal): -13237915 or 6619446. OLE color: 6619446.

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

Color convert

RGB 54 1 101 -
CMYK 0.47 0.99 0 0.60
HSL 271.8º 0.98% 0.2% -
HSV(B) 271.8º 0.99% 0.4% -
XYZ 3.88 1.75 12.44 -
YUV 28.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 54 1 101 0.47 0.99 0 0.60 271.8 0.98 0.2
Hex 36 1 65 2F 63 0 3C 110 62 14
Octal 66 1 145 57 143 0 74 420 142 24
Binary 110110 1 1100101 101111 1100011 0 111100 100010000 1100010 10100

Color Harmonies of #360165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360165

Black with #360165

Text Example


Text Example

White with #360165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360165; }

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

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

background-color css

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

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

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

border-color css

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

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

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