Html Css Color HEX #360185 Persian Indigo

📋 copy color: '#360185'

red 54 ◦ green 1 ◦ blue 133

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

Shades of Persian Indigo #360185

Tints of Persian Indigo #360185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 70.74%

R = 28.72%
G = 0.53%
B = 70.74%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#360185 (or 0x360185) is known color: Persian Indigo. HEX triplet: 36, 01 and 85. RGB value is (54,1,133). Sum of RGB (Red+Green+Blue) = 54+1+133=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #360185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360185 is #C9FE7A. Grayscale: #1F1F1F. Windows color (decimal): -13237883 or 8716598. OLE color: 8716598.

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

Color convert

RGB 54 1 133 -
CMYK 0.59 0.99 0 0.48
HSL 264.09º 0.99% 0.26% -
HSV(B) 264.09º 0.99% 0.52% -
XYZ 5.77 2.5 22.37 -
YUV 31.9 185.06 143.77 -
System Red Green Blue C M Y K H S L
Decimal 54 1 133 0.59 0.99 0 0.48 264.09 0.99 0.26
Hex 36 1 85 3B 63 0 30 108 63 1A
Octal 66 1 205 73 143 0 60 410 143 32
Binary 110110 1 10000101 111011 1100011 0 110000 100001000 1100011 11010

Color Harmonies of #360185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360185

Black with #360185

Text Example


Text Example

White with #360185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360185; }

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

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

background-color css

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

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

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

border-color css

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

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

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