Html Css Color HEX #360B88 Persian Indigo

📋 copy color: '#360B88'

red 54 ◦ green 11 ◦ blue 136

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

Shades of Persian Indigo #360B88

Tints of Persian Indigo #360B88

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.47%

 BLUE value IS 136 (53.52% from 255) = 67.66%

R = 26.87%
G = 5.47%
B = 67.66%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#360B88 (or 0x360B88) is known color: Persian Indigo. HEX triplet: 36, 0B and 88. RGB value is (54,11,136). Sum of RGB (Red+Green+Blue) = 54+11+136=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 136 (53.52% from 255 or 67.66% from 201); Max value from RGB is 136 - color contains mainly: blue. Hex color #360B88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360B88 is #C9F477. Grayscale: #252525. Windows color (decimal): -13235320 or 8915766. OLE color: 8915766.

HSL color Cylindrical-coordinate representation of color #360B88: hue angle of 260.64º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360B88 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 11 136 -
CMYK 0.60 0.92 0 0.47
HSL 260.64º 0.85% 0.29% -
HSV(B) 260.64º 0.92% 0.53% -
XYZ 6.08 2.8 23.51 -
YUV 38.11 183.25 139.34 -
System Red Green Blue C M Y K H S L
Decimal 54 11 136 0.60 0.92 0 0.47 260.64 0.85 0.29
Hex 36 B 88 3C 5C 0 2F 105 55 1D
Octal 66 13 210 74 134 0 57 405 125 35
Binary 110110 1011 10001000 111100 1011100 0 101111 100000101 1010101 11101

Color Harmonies of #360B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360B88

Black with #360B88

Text Example


Text Example

White with #360B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360B88; }

 p { color: rgb(54,11,136); }

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

background-color css

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

 a { background-color: rgb(54,11,136); }

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

border-color css

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

 span { border-color: rgb(54,11,136); }

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