Html Css Color HEX #360887 Persian Indigo

📋 copy color: '#360887'

red 54 ◦ green 8 ◦ blue 135

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

Shades of Persian Indigo #360887

Tints of Persian Indigo #360887

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

 BLUE value IS 135 (53.13% from 255) = 68.53%

R = 27.41%
G = 4.06%
B = 68.53%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#360887 (or 0x360887) is known color: Persian Indigo. HEX triplet: 36, 08 and 87. RGB value is (54,8,135). Sum of RGB (Red+Green+Blue) = 54+8+135=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 135 (53.12% from 255 or 68.53% from 197); Max value from RGB is 135 - color contains mainly: blue. Hex color #360887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360887 is #C9F778. Grayscale: #232323. Windows color (decimal): -13236089 or 8849462. OLE color: 8849462.

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

Color convert

RGB 54 8 135 -
CMYK 0.60 0.94 0 0.47
HSL 261.73º 0.89% 0.28% -
HSV(B) 261.73º 0.94% 0.53% -
XYZ 5.98 2.71 23.13 -
YUV 36.23 183.74 140.67 -
System Red Green Blue C M Y K H S L
Decimal 54 8 135 0.60 0.94 0 0.47 261.73 0.89 0.28
Hex 36 8 87 3C 5E 0 2F 106 59 1C
Octal 66 10 207 74 136 0 57 406 131 34
Binary 110110 1000 10000111 111100 1011110 0 101111 100000110 1011001 11100

Color Harmonies of #360887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360887

Black with #360887

Text Example


Text Example

White with #360887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360887; }

 p { color: rgb(54,8,135); }

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

background-color css

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

 a { background-color: rgb(54,8,135); }

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

border-color css

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

 span { border-color: rgb(54,8,135); }

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