Html Css Color HEX #360C9B Persian Indigo

📋 copy color: '#360C9B'

red 54 ◦ green 12 ◦ blue 155

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

Shades of Persian Indigo #360C9B

Tints of Persian Indigo #360C9B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.43%

 BLUE value IS 155 (60.94% from 255) = 70.14%

R = 24.43%
G = 5.43%
B = 70.14%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#360C9B (or 0x360C9B) is known color: Persian Indigo. HEX triplet: 36, 0C and 9B. RGB value is (54,12,155). Sum of RGB (Red+Green+Blue) = 54+12+155=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #360C9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360C9B is #C9F364. Grayscale: #282828. Windows color (decimal): -13235045 or 10161206. OLE color: 10161206.

HSL color Cylindrical-coordinate representation of color #360C9B: hue angle of 257.62º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360C9B is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 12 155 -
CMYK 0.65 0.92 0 0.39
HSL 257.62º 0.86% 0.33% -
HSV(B) 257.62º 0.92% 0.61% -
XYZ 7.57 3.41 31.27 -
YUV 40.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 54 12 155 0.65 0.92 0 0.39 257.62 0.86 0.33
Hex 36 C 9B 41 5C 0 27 102 56 21
Octal 66 14 233 101 134 0 47 402 126 41
Binary 110110 1100 10011011 1000001 1011100 0 100111 100000010 1010110 100001

Color Harmonies of #360C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C9B

Black with #360C9B

Text Example


Text Example

White with #360C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,12,155); }

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

background-color css

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

 a { background-color: rgb(54,12,155); }

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

border-color css

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

 span { border-color: rgb(54,12,155); }

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