Html Css Color HEX #360885 Persian Indigo

📋 copy color: '#360885'

red 54 ◦ green 8 ◦ blue 133

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

Shades of Persian Indigo #360885

Tints of Persian Indigo #360885

RGB

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

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

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

R = 27.69%
G = 4.1%
B = 68.21%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#360885 (or 0x360885) is known color: Persian Indigo. HEX triplet: 36, 08 and 85. RGB value is (54,8,133). Sum of RGB (Red+Green+Blue) = 54+8+133=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #360885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360885 is #C9F77A. Grayscale: #232323. Windows color (decimal): -13236091 or 8718390. OLE color: 8718390.

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

Color convert

RGB 54 8 133 -
CMYK 0.59 0.94 0 0.48
HSL 262.08º 0.89% 0.28% -
HSV(B) 262.08º 0.94% 0.52% -
XYZ 5.84 2.65 22.39 -
YUV 36 182.74 140.84 -
System Red Green Blue C M Y K H S L
Decimal 54 8 133 0.59 0.94 0 0.48 262.08 0.89 0.28
Hex 36 8 85 3B 5E 0 30 106 59 1C
Octal 66 10 205 73 136 0 60 406 131 34
Binary 110110 1000 10000101 111011 1011110 0 110000 100000110 1011001 11100

Color Harmonies of #360885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360885

Black with #360885

Text Example


Text Example

White with #360885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360885; }

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

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

background-color css

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

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

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

border-color css

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

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

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