Html Css Color HEX #360F6B Persian Indigo

📋 copy color: '#360F6B'

red 54 ◦ green 15 ◦ blue 107

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

Shades of Persian Indigo #360F6B

Tints of Persian Indigo #360F6B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.52%

 BLUE value IS 107 (42.19% from 255) = 60.8%

R = 30.68%
G = 8.52%
B = 60.8%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#360F6B (or 0x360F6B) is known color: Persian Indigo. HEX triplet: 36, 0F and 6B. RGB value is (54,15,107). Sum of RGB (Red+Green+Blue) = 54+15+107=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #360F6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360F6B is #C9F094. Grayscale: #242424. Windows color (decimal): -13234325 or 7016246. OLE color: 7016246.

HSL color Cylindrical-coordinate representation of color #360F6B: hue angle of 265.43º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #360F6B is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 15 107 -
CMYK 0.50 0.86 0 0.58
HSL 265.43º 0.75% 0.24% -
HSV(B) 265.43º 0.86% 0.42% -
XYZ 4.35 2.19 14.1 -
YUV 37.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 54 15 107 0.50 0.86 0 0.58 265.43 0.75 0.24
Hex 36 F 6B 32 56 0 3A 109 4B 18
Octal 66 17 153 62 126 0 72 411 113 30
Binary 110110 1111 1101011 110010 1010110 0 111010 100001001 1001011 11000

Color Harmonies of #360F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360F6B

Black with #360F6B

Text Example


Text Example

White with #360F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,15,107); }

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

background-color css

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

 a { background-color: rgb(54,15,107); }

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

border-color css

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

 span { border-color: rgb(54,15,107); }

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